#nprogress {
	pointer-events: none
}

#nprogress
.bar {
	background: #29d;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px
}

#nprogress
.peg {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #29d, 0 0 5px #29d;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px)
}

#nprogress
.spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px
}

#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite
}

.nprogress-custom-parent {
	overflow: hidden;
	position: relative
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress
.bar {
	position: absolute
}

@-webkit-keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes nprogress-spinner {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}
/*! responsive-nav.js 1.0.39 by @viljamis */
.nav-collapse
ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none
}

.nav-collapse
li {
	width: 100%;
	display: block
}

.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1
}

.nav-collapse.opened {
	max-height: 9999px
}

.nav-toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

@media screen and (min-width: 40em) {
	.js .nav-collapse {
		position: relative
	}

	.js .nav-collapse.closed {
		max-height: none
	}

	.nav-toggle {
		display: none
	}
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide
img {
	display: block
}

.slick-slide.slick-loading
img {
	display: none
}

.slick-slide.dragging
img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px
solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff ;
}

@font-face {
	font-family:'slick';font-weight:normal;font-style:normal;src:url('../fonts/slick.eot');src:url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg')
}

.slick-prev,.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: 'Ã¯Â¿Â½Ã¯Â¿Â½'
}[dir='rtl'] .slick-prev:before {
	content: 'Ã¯Â¿Â½Ã¯Â¿Â½'
}

.slick-next {
	right: -25px
}[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: 'Ã¯Â¿Â½Ã¯Â¿Â½'
}[dir='rtl'] .slick-next:before {
	content: 'Ã¯Â¿Â½Ã¯Â¿Â½'
}

.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center
}

.slick-dots
li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0
5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li
button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '?';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black
}/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal
}

.fa {
	
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}


.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content: "\f158"
}

.fa-won:before,.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
	content: "\f1d4"
}


.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

@-webkit-keyframes fluidboxLoading {
	0% {
		-webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0)
	}

	50% {
		-webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0)
	}

	100% {
		-webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg)
	}
}

@keyframes fluidboxLoading {
	0% {
		transform: translate(-50%, -50%) rotateX(0) rotateY(0)
	}

	50% {
		transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0)
	}

	100% {
		transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg)
	}
}

.fluidbox {
	outline: none
}

.fluidbox__overlay {
	background-color: rgba(255,255,255,0.85);
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all 0.5s ease-in-out
}

.fluidbox--opened .fluidbox__overlay {
	pointer-events: auto
}

.fluidbox__wrap {
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	transition: all 0.5s ease-in-out
}

.fluidbox__thumb {
	transition: opacity 0s ease-in-out 0s
}

.fluidbox--closed .fluidbox__thumb {
	transition: opacity 0s ease-in-out 0s
}

.fluidbox__ghost {
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	-webkit-transition-property: opacity, -webkit-transform;
	-moz-transition-property: opacity, -moz-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: opacity, transform;
	transition-duration: 0s,0.5s;
	transition-delay: 0s
}

.fluidbox--opened .fluidbox__ghost {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out
}

.fluidbox--closed .fluidbox__ghost {
	transition-delay: 0.5s,0s
}

.fluidbox__loader {
	-webkit-perspective: 200px;
	perspective: 200px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.fluidbox__loader::before {
	background-color: rgba(255,255,255,0.85);
	content: '';
	transform-style: preserve-3d;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20%;
	padding-bottom: 20%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-delay: 0s
}

.fluidbox--loading .fluidbox__loader {
	opacity: 1;
	transition: opacity 0.5s ease-in-out 0.5s
}

.fluidbox--loading .fluidbox__loader::before {
	-webkit-animation: fluidboxLoading 1s 0s infinite ease-in-out forwards;
	animation: fluidboxLoading 1s 0s infinite ease-in-out forwards
}

.swiper-container {
	margin: 0
auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0px,0,0);
	-moz-transform: translate3d(0px,0,0);
	-o-transform: translate(0px,0px);
	-ms-transform: translate3d(0px,0,0);
	transform: translate3d(0px,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0
auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-prev,.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	-moz-transform: translate3d(0px, -50%, 0);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px
0;
	display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0
5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, 0.25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none
}

.pswp
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pswp
img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: 0.001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4,0,0.22,1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed
.pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in
.pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging
.pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.pswp__container,.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4,0,0.22,1)
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie
.pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC
}

.pswp__error-msg
a {
	color: #CCC;
	text-decoration: underline
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pswp__button:focus,.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: none;
	opacity: 0.9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
	background: url(../images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(../images/default-skin.svg)
	}

	.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
		background: none
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}

.pswp__button--arrow--left {
	left: 0
}

.pswp__button--arrow--right {
	right: 0
}

.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0,0,0,0.3);
	height: 30px;
	width: 32px;
	position: absolute
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}

.pswp__counter,.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip
a {
	display: block;
	padding: 8px
12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}















.pswp--touch .pswp__share-tooltip
a {
	padding: 16px
12px
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px
solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D
}

a.pswp__share--download:hover {
	background: #DDD
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0
10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption
small {
	font-size: 11px;
	color: #BBB
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0
auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active
.pswp__preloader__icn {
	background: url(../images/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active
.pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active
.pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation
.pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation
.pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation
.pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px
solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes
clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes
clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550

}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__top-bar,.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.3)
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide
.pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: none
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: white;
	border: 1px
solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;

	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px
solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow
b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow
b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px
solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0
5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px
solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0
5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}



.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px
solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f6f6f6;
	border: 1px
solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px
solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow
b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px
solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow
b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px
solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px
solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0
5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px
solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0
5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px
solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px
solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px
solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

:focus {
	outline: none
}

.cfix::after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both
}

.valign-wrapper {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.valign-wrapper
.valign {
	display: block;
	width: 100%
}

.no-flexbox .valign-wrapper {
	width: 100%;
	height: 100%;
	display: table
}

.no-flexbox .valign-wrapper
.valign {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.no-padding {
	padding: 0
!important
}

.no-padding-top {
	padding-top: 0 !important
}

.no-padding-bottom {
	padding-bottom: 0 !important
}

body {
	background-color: #f0f0f0;
	-webkit-font-smoothing: antialiased;
	font-smooth: antialiased;
	height: auto




}

body.solution-entry-page,body.coc-index-page {
	background-color: #fff
}

picture {
	display: block;
	margin: 0;
	padding: 0
}

picture
img {
	width: 100%;
	height: auto;
	max-width: 100%
}

a {
	-webkit-tap-highlight-color: transparent
}

button:hover,button:focus,.button:hover,.button:focus {
	outline: none
}

#nprogress
.bar {
	background: #3C3939
}

#nprogress
.peg {
	box-shadow: 0 0 10px #3C3939, 0 0 5px #3C3939
}

#nprogress .spinner-icon {
	border-top-color: #3C3939;
	border-left-color: #3C3939
}

header {
	width: 100%;
	height: 4.8125rem;
	background-color: rgba(0,0,0,0.85);
	position: fixed;
	z-index: 999;
}

header
.row {
	height: 100%;
	max-width: 100%
}

@media only screen and (min-width: 64.0625em) {
	header
.row {
		max-width: 90%
	}
}

header .row
.column {
	height: 100%;
	position: relative;
	padding: 0
}

@media only screen and (min-width: 64.0625em) {
	header .row
.column {
		padding: 0
0.3125rem
	}
}

#sitename {
	display: block;
	width: 10.375rem;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99







}

@media only screen and (max-width: 40em) {
	#sitename {
		left: 1rem;}
}

#sitename
a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) no-repeat 0 50%;
	text-indent: -9999px

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	#sitename
a {
		-webkit-background-size: 118px 42px;
		background-size: 118px 42px;
		background-image: url(../images/logo1.png)
	}
}

#cocos {
	display: block;
	width: 2.75rem;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0.9375rem;
	z-index: 99
}

#cocos
a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/cocos_logo.png) no-repeat 0 50%;
	text-indent: -9999px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	#cocos
a {
		-webkit-background-size: 43px 57px;
		background-size: 43px 57px;
		background-image: url(../images/cocos_logo1.png)
	}
}

#homeslide-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	background-color: #ffffff;
}

#homeslide {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0
}

@media only screen and (min-width: 64.0625em) {
	#homeslide {
		height: 41.66666vw
	}
}

#homeslide
.item {
	display: none;
	float: left
}

#homeslide .slide-info {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer
}

#homeslide .slide-info
.row {
	max-width: 90%
}

#homeslide .slide-info .en-title
p {
	color: #fff;
	font-size: 3rem;
	font-family: 'Roboto',sans-serif;
	font-weight: 900;
	line-height: 100%;
	margin-bottom: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 30%, 0);
	-ms-transform: translate3d(0, 30%, 0);
	-o-transform: translate3d(0, 30%, 0);
	transform: translate3d(0, 30%, 0);
	-webkit-transition: opacity,-webkit-transform 0.3s ease;
	-o-transition: opacity,-o-transform 0.3s ease;
	transition: opacity,transform 0.3s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#homeslide .slide-info .en-title
p {
		font-size: 2rem
	}
}

@media only screen and (max-width: 40em) {
	#homeslide .slide-info .en-title
p {
		font-size: 1.25rem
	}
}

#homeslide .swiper-slide-active .slide-info .en-title
p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#homeslide .slide-info .zh-title
p {
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 3.125rem;
	opacity: 0;
	-webkit-transform: translate3d(0, 30%, 0);
	-ms-transform: translate3d(0, 30%, 0);
	-o-transform: translate3d(0, 30%, 0);
	transform: translate3d(0, 30%, 0);
	-webkit-transition: opacity,-webkit-transform 0.3s ease;
	-o-transition: opacity,-o-transform 0.3s ease;
	transition: opacity,transform 0.3s ease;
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#homeslide .slide-info .zh-title
p {
		font-size: 2rem
	}
}

@media only screen and (max-width: 40em) {
	#homeslide .slide-info .zh-title
p {
		font-size: 1.25rem;
		margin-bottom: 0.75rem
	}
}

#homeslide .swiper-slide-active .slide-info .zh-title
p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#homeslide .slide-info
.btn {
	opacity: 0;
	-webkit-transform: translate3d(0, 30%, 0);
	-ms-transform: translate3d(0, 30%, 0);
	-o-transform: translate3d(0, 30%, 0);
	transform: translate3d(0, 30%, 0);
	-webkit-transition: opacity,-webkit-transform 0.3s ease;
	-o-transition: opacity,-o-transform 0.3s ease;
	transition: opacity,transform 0.3s ease;
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

#homeslide .swiper-slide-active .slide-info
.btn {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#homeslide .slide-info .btn
a {
	display: inline-block;
	color: #3C3939;
	background-color: #fff;
	overflow: hidden;
	font-size: 0.6875rem;
	width: 10rem;
	height: 2.25rem;
	line-height: 2.25rem;
	padding-right: 1.875rem;
	line-height: 2.25rem;
	font-weight: 500;
	position: relative
}

@media only screen and (max-width: 40em) {
	#homeslide .slide-info .btn
a {
		width: 8.75rem;
		font-size: 0.625rem;
		height: 2rem;
		line-height: 2rem
	}
}

#homeslide .slide-info .btn a:after {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	opacity: 0;
	background-color: #b2b2b2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#homeslide .slide-info .btn a:hover:after {
	opacity: 1;
	width: 100%
}

#homeslide .slide-info .btn a
i.fa {
	font-size: 1rem;
	padding-left: 1rem;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	margin-top: -0.5rem;
	z-index: 2
}

#homeslide .slide-info .btn a:hover
i.fa {
	color: #fff
}

#homeslide .slide-info .btn a
span {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-indent: 0.75rem;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

#homeslide .slide-info .btn .en-text {
	font-family: 'Roboto',sans-serif
}

#homeslide .slide-info .btn .zh-text {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 30%, 0);
	-ms-transform: translate3d(0, 30%, 0);
	-o-transform: translate3d(0, 30%, 0);
	transform: translate3d(0, 30%, 0)
}

#homeslide .slide-info .btn a:hover .en-text {
	opacity: 0;
	-webkit-transform: translate3d(0, -30%, 0);
	-ms-transform: translate3d(0, -30%, 0);
	-o-transform: translate3d(0, -30%, 0);
	transform: translate3d(0, -30%, 0)











}

#homeslide .slide-info .btn a:hover .zh-text {
	color: #fff;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#homeslide-wrap .homeslide-button {
	display: none !important
}

@media only screen and (min-width: 40.0625em) {
	#homeslide-wrap .homeslide-button {
		display: block !important;
		color: #fff;
		font-size: 1.875rem;
		line-height: 1.875rem;
		position: absolute;
		top: 50%;
		margin-top: -1.875rem;
		cursor: pointer;
		padding: 0.9375rem 0.625rem;
		z-index: 99;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d
	}
}

#homeslide-wrap .homeslide-button
i.fa {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

#homeslide-wrap .homeslide-button:hover
i.fa {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5)
}

#homeslide-wrap .homeslide-button-prev {
	left: 1.25rem
}

@media only screen and (max-width: 40em) {
	#homeslide-wrap .homeslide-button-prev {
		left: 0.3125rem
	}
}

#homeslide-wrap .homeslide-button-next {
	right: 1.25rem
}

@media only screen and (max-width: 40em) {
	#homeslide-wrap .homeslide-button-next {
		right: 0.3125rem
	}
}

.js .nav-collapse {
	width: 100%;
	float: none;
	overflow: hidden !important;
	position: absolute;
	top: 4.75rem;
	/* background-color:rgba(0,0,0,0.85); */
}

@media only screen and (min-width: 64.0625em) {
	.js .nav-collapse {
		float: left;
		position: relative;
		top: auto;
		padding-left: 15%;
		overflow: visible !important;
		-webkit-transform: translate3d(0, 0, 0) translateZ(0);
		-ms-transform: translate3d(0, 0, 0) translateZ(0);
		-o-transform: translate3d(0, 0, 0) translateZ(0);
		transform: translate3d(0, 0, 0) translateZ(0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d
	
	
	
	
	}
}

.nav-collapse #main-nav {
	width: 100%
}

.nav-collapse li.level-0 {
	position: relative
}

@media only screen and (min-width: 64.0625em) {
	.nav-collapse li.level-0 {
		width: auto;
		display: inline-block;
		float: left
	}
}

.nav-collapse li.level-0 {
	font-size: 0.8125rem;
	font-weight: 500
}

@media only screen and (min-width: 64.0625em) {
	.nav-collapse li.level-0 {
		width: 10.666%;
		display: inline-block;
		float: left;
		padding: 1.4375rem 0  0.9375rem 0;
	}
}

.nav-collapse li a.level-0 {
	display: block;
	width: 100%;
	height: 3.75rem;
	line-height: 3.75rem;
	border-bottom: #454242 solid 1px;
	font-size: 1rem;
	font-weight: 500


}

@media only screen and (min-width: 64.0625em) {
	.nav-collapse li a.level-0 {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 1px;
		display: inline-block;

		height: 2rem;

		line-height: 2rem;
		text-align: center;
		border: 0
none;
		-webkit-transition: color,background-color 0.3s ease;
		-o-transition: color,background-color 0.3s ease;
		transition: color,background-color 0.3s ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	
	
	
	
	
	
	
	
	
	
	
	
	}
}

.nav-collapse li a.level-0
.fa {
	margin-right: 0.25rem
}

@media only screen and (max-width: 40em) {
	.nav-collapse li.first a.level-0 {
		border-top: #f0f0f0 solid 1px
	}
}

@media only screen and (min-width: 64.0625em) {
	.nav-collapse li:hover a.level-0,
.nav-collapse li a.level-0:hover,
.nav-collapse li.active a.level-0 {
		color: #fff;
		background-color: #3C3939
	}
}

@media only screen and (min-width: 64.0625em) {
	.nav-collapse li.active a.level-0
span {
		color: #fff
	}
}

.nav-collapse li a.level-0
span {
	color: #FFF;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-indent: 1rem






}

@media only screen and (min-width: 64.0625em) {
	.nav-collapse li a.level-0
span {
		position: absolute;
		top: 0;
		left: 0;
		text-indent: 0;
		-webkit-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d
	}
}

@media only screen and (min-width: 64.0625em) {
	.nav-collapse li:hover a.level-0 span.zh-text,
.nav-collapse li a.level-0:hover span.zh-text {
		opacity: 0
	}
}

.nav-collapse li a.level-0 span.en-text {
	display: none;
	color: #fff
;
	letter-spacing: 0;
}

@media only screen and (min-width: 64.0625em) {
	.nav-collapse li a.level-0 span.en-text {
		display: inline-block;
		opacity: 0
	}
}

.nav-collapse li:hover a.level-0 span.en-text,
.nav-collapse li a.level-0:hover span.en-text {
	opacity: 1
}

.menu-global {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px)
}

.menu-global
a {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	background: none !important
}

.menu-global a
span {
	font-size: 15px;
}

.menu-global a span,
.menu-global a:hover
span {
	opacity: 1 !important
}

.menu-global a:before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 0.375rem;
	margin-top: -0.5rem


}

#main-nav
.submenu {
	visibility: hidden;
	width: 100%;
	opacity: 1;
	position: relative;
	top: auto;
	left: auto;
	padding: 0;
	border-bottom: #454242 solid 1px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}

@media only screen and (min-width: 64.0625em) {
	#main-nav
.submenu {
		width: 15rem;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 4.75rem;
		left: 0;
		z-index: 99;
		margin: 0;
		padding-top: 1px;
		border-bottom: 0 none;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-transform: translate3d(0, 30px, 0);
		-ms-transform: translate3d(0, 30px, 0);
		-o-transform: translate3d(0, 30px, 0);

		transform: translate3d(0, 30px, 0);
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden
	}
}

.js .nav-collapse-0.opened #main-nav
.submenu {
	visibility: visible;
	display:none;
}

@media only screen and (min-width: 64.0625em) {
	#main-nav li:hover
.submenu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

#main-nav .submenu
li {
	list-style: none
}

@media only screen and (max-width: 40em) {
	#main-nav .submenu
li {
		border-top: #454242 solid 1px
	}
}

@medium only screen and (min-width:64.0625em) {
	#main-nav .submenu
li {
		border-bottom: #3C3939 solid 1px
	}
}

#main-nav .submenu
li.first {
}

#main-nav .submenu li:last-child {
	border-bottom: 0 none
}

#main-nav .submenu li
a {
	display: block;
	background-color: rgba(0,0,0, .85);
	height: 3rem;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease











}

#main-nav .submenu li a:hover {
	color: #FFF;
	background-color: #3C3939
}

#main-nav .submenu li a
span {
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.9375rem 0;
	text-indent: 3.125rem



}

@media only screen and (min-width: 64.0625em) {
	#main-nav .submenu li a
span {
		font-size: 0.8rem;
		width: 100%;
		height: 100%;
		padding: 0.85rem 1.25rem;
		position: absolute;
		top: 0;
		left: 0;
		text-indent: 0;
		-webkit-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease
	
	
	
	
	
	
	
	
	
	}
}

#main-nav .submenu li a:hover span.zh-text {
	opacity: 1;
	color: #fff;
}

@media only screen and (max-width: 40em) {
	#main-nav .submenu li a:hover span.zh-text {
		opacity: 1;
		color: #fff
	}
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#main-nav .submenu li a:hover span.zh-text {
		opacity: 1;
		color: #fff
	}
}

#main-nav .submenu li a span.en-text {
	opacity: 0
}

#main-nav .submenu li a:hover span.en-text {
	color: #FFF;
	opacity: 1
}

.nav-toggle {
	display: block;
	width: 2.25rem;
	height: 1.5rem;
	line-height: 1.75rem;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.75rem
}

@media only screen and (min-width: 64.0625em) {
	.nav-toggle {
		display: none
	}
}

.nav-toggle:before {
	content: "\f0c9";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #fff;
	font-size: 1.5rem
}

.news-index-page
#main {
	padding-bottom: 3.125rem
}

#support-page
#main {
	padding-bottom: 1.875rem
}

#homeyesfit .section-title {
	font-size: 1.5rem;
	line-height: 110%;
	margin-bottom: 1.5rem
}

#homeyesfit .section-title .zh-text {
	color: #3C3939;
	font-weight: 600
}

#homeyesfit .section-title .en-text {
	font-family: 'Roboto',sans-serif;
	color: #999;
	font-weight: 700
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#homeyesfit
.row {
		padding: 0
0.5rem
	}
}

@media only screen and (min-width: 40.0625em) {
	#homeyesfit .row>.column {
		padding: 0
	}
}

@media only screen and (min-width: 40.0625em) {
	#homeyesfit .row>.column>.column {
		padding: 0
0.5rem
	}
}

#homeyesfit
.block {
	margin-bottom: 1rem
}

#homeyesfit .block
a {
	display: block
}

#homeyesfit .block
.cover {
	display: block;
	background-color: #3C3939

}


#homeyesfit .block .cover
img {
	display: block;
	-webkit-transform-style: preserve-3d;



	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#homeyesfit .block:hover .cover
img {
	opacity: 0.5
}

#homeyesfit .block
.info {
	height: 10.25rem;
	background-color: #fff;
	overflow: hidden;
	padding: 2.5rem 1.875rem;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#homeyesfit .block
.info {
		height: 9.125rem;
		padding: 1.25rem 1.875rem
	}
}

@media only screen and (max-width: 40em) {
	#homeyesfit .block
.info {
		height: 7.5rem;
		padding: 1.25rem 1.875rem
	}
}

#homeyesfit .block:hover
.info {
	color: #fff;
	background-color: #3C3939
}

@media only screen and (min-width: 64.0625em) {
	#homeyesfit .info-overlay
.info {
		display: none
	}
}

#homeyesfit .block .info
h2 {
	width: 100%;
	float: none;
	margin: 0;
	text-align: center
}

@media only screen and (min-width: 64.0625em) {
	#homeyesfit .block .info
h2 {
		width: auto;
		height: 100%;
		line-height: 120%;
		margin: 1.5rem 2rem 0 0;
		float: left
	}
}

#homeyesfit .block .info h2
span {
	color: #999;
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

#homeyesfit .block:hover .info h2
span {
	color: #fff
}

#homeyesfit .block .info h2
i.fa {
	color: #ccc;
	display: block;
	font-size: 1.75rem;
	text-align: center;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

#homeyesfit .block:hover .info h2
i.fa {
	color: #fff
}

#homeyesfit .block .info
h3 {
	display: none;
	font-size: 1.375rem;
	font-weight: 400;
	margin-bottom: 1rem
}

@media only screen and (min-width: 64.0625em) {
	#homeyesfit .block .info
h3 {
		display: block
	}
}

#homeyesfit .block .info h3
a {
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

#homeyesfit .block:hover .info h3
a {
	color: #fff
}

#homeyesfit .block .info
p {
	display: none;
	color: #999;
	font-size: 1rem;
	font-weight: 400;
	line-height: 140%;
	margin: 0;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

@media only screen and (min-width: 64.0625em) {
	#homeyesfit .block .info
p {
		display: block
	}
}

#homeyesfit .block:hover .info
p {
	color: #fff
}

#about-overview-section {
	margin-bottom: 5.625rem
}

@media only screen and (max-width: 40em) {
	#about-overview-section {
		margin-bottom: 3.75rem
	}
}

#about-overview-section
.row {
	max-width: 75rem;
}

@media only screen and (max-width: 40em) {
	#about-overview-section .row
.column {
		padding: 0
0.9375rem
	}
}

.about-overview-block .block-hd {
	padding: 3.75rem 0;
	text-align: center
}

@media only screen and (max-width: 40em) {
	.about-overview-block .block-hd {
		padding: 0
0 1.25rem
	}

}

.about-overview-block .en-title {
	color: #C2191F;
	font-family: 'Roboto',sans-serif;
	font-size: 1.875rem;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0

}

.about-overview-block .zh-title {
	display: inline-block;
	color: #222;
	font-size: 1.125rem;
	position: relative;
	padding: 0
0 0.375rem
;
	font-weight: 400;
}

.about-overview-block .zh-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #C2191F;
	margin-top: 5px;
}




.about-overview-block

p {
	color: #4d4d4d;

	font-size: 0.875rem;
	line-height: 200%;
	text-align: justify






}

.about-overview-block
.btn {
	color: #4d4d4d;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 2rem;
	padding-top: 2rem;
	background: url(../images/more_dots.png) no-repeat 50% 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.about-overview-block
.btn {
		background-image: url(../images/more_dots@2x.png);
		-webkit-background-size: 23px 5px;
		background-size: 23px 5px
	}
}

#about-history-section {
	height: 45rem;
	padding: 5rem 0;
	background-color: #3C3939;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 100%;
	overflow: hidden
}

@media only screen and (max-width: 40em) {
	#about-history-section {
		padding: 2.5rem 0
	}
}

#about-history-section
.row {
	max-width: 60.625rem
}

#about-history-section .block-ft
.row {
	max-width: 64.75rem
}

.about-history-block .block-hd {
	text-align: center;
	margin-bottom: 2.8125rem
}

.about-history-block .en-title {
	color: #fff;
	font-family: 'Roboto',sans-serif;
	font-size: 1.875rem;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0
}

.about-history-block .zh-title {
	display: inline-block;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	position: relative;
	padding: 0
0 0.375rem

}

.about-history-block .zh-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 5px;
	background-color: #fff;
	opacity: 0.4






}

.about-history-block
.cover {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 2.5rem
}

@media only screen and (max-width: 40em) {
	.about-history-block
.cover {
		display: block;
		float: none;
		width: 9.375rem;
		margin: 0
auto 1.25rem
	}
}

.about-history-block .cover
img {
	display: block;
	border: #fff solid 0.375rem;
	opacity: 0;
	-webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(0, 40px, 0);
	-ms-transform: translate3d(0, 40px, 0);
	-o-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s
}

.about-history-block .slick-active .cover
img {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.about-history-block .cover-desc {
	display: inline-block;
	color: #3C3939;
	background-color: #fff;
	height: 2rem;
	line-height: 1rem;
	padding: 0.5rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	position: absolute;
	top: -3.25rem;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(0, 40px, 0);
	-ms-transform: translate3d(0, 40px, 0);
	-o-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}



@media only screen and (max-width: 40em) {

	.about-history-block .cover-desc {
		text-align: center;
		font-size: 0.75rem
	}
}

.about-history-block .slick-active .cover-desc {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.about-history-block .item-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(0, 40px, 0);
	-ms-transform: translate3d(0, 40px, 0);
	-o-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s
}

@media only screen and (max-width: 40em) {
	.about-history-block .item-content {
		padding: 0
1.875rem
	}
}

.about-history-block .slick-active .item-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.about-history-block
p {
	color: #fff
}

#about-history-carousel {
	visibility: hidden;
	margin-bottom: 2.5rem;
	opacity: 0
}

#about-history-carousel.slick-initialized {
	visibility: visible;
	opacity: 1
}

#about-history-carousel
.year {
	color: #fff;
	font-size: 10rem;
	font-weight: 700;
	line-height: 110%;
	margin: 0;
	position: absolute;
	bottom: -1.25rem;
	left: 19.375rem;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(0, 40px, 0);
	-ms-transform: translate3d(0, 40px, 0);
	-o-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-delay: 0.35s;
	-moz-transition-delay: 0.35s;
	-ms-transition-delay: 0.35s;
	-o-transition-delay: 0.35s;
	transition-delay: 0.35s





}

@media only screen and (max-width: 40em) {
	#about-history-carousel
.year {
		width: 100%;
		left: 0;
		bottom: -0.625rem;
		font-size: 7.5rem;
		text-align: center
	}
}

#about-history-carousel .slick-active
.year {
	opacity: 0.2;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#about-history-carousel
.item {
	display: none;
	position: relative;
	height: 19.75rem;
	padding: 3.25rem 0 0
}

@media only screen and (max-width: 40em) {
	#about-history-carousel
.item {
		height: 22.5rem
	}
}

#about-history-carousel .item:focus {
	outline: none
}

#about-history-carousel .slick-track
.item {
	display: block
}

#about-history-carousel-nav {
	height: 1.875rem;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

#about-history-carousel-nav.slick-initialized {
	visibility: visible;
	opacity: 1
}

#about-history-carousel-nav:before {
	content: '';
	display: block;
	width: 110%;
	height: 0.25rem;
	background-color: #fff;
	position: absolute;
	left: -5%;
	top: 3.75rem
}

#about-history-carousel-nav
.item {
	width: 1.25rem;
	height: 1.25rem;
	padding: 3.5rem 0;
	position: relative;
	text-align: center;
	cursor: pointer
}

#about-history-carousel-nav .item:focus {
	outline: none
}

#about-history-carousel-nav .item:before {



	content: '';
	display: block;

	width: 0.875rem;
	height: 0.875rem;
	border-radius: 100%;
	background-color: #fff;
	border: #ddd solid 0.1875rem;
	margin: 0
auto
}

#about-history-carousel-nav .item.slick-current:before {
	background-color: #C00000;
	border-color: #fff






















}

#about-history-carousel-nav .item .item-label {
	position: absolute;
	color: #3C3939;
	background-color: #fff;
	top: 0;
	left: 50%;
	margin-left: -1.25rem;
	padding: 0.25rem 0.625rem;
	font-size: 0.875rem;
	visibility: hidden;
	opacity: 0
}

#about-history-carousel-nav .item.slick-current .item-label {
	visibility: visible;
	opacity: 1
}

#about-history-carousel-nav .item .item-label:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: transparent solid 0.625rem;
	border-right: transparent solid 0.625rem;
	border-top: #fff solid 0.5rem;
	position: absolute;
	bottom: -0.5rem
}

#about-history-carousel-nav .item
.year {
	font-size: 1.125rem;
	font-family: 'Roboto',sans-serif;
	font-weight: 700;
	padding-top: 0.25rem;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

#about-history-carousel-nav .item.slick-current
.year {
	opacity: 1
}

#about-history-carousel-nav .slick-prev,
#about-history-carousel-nav .slick-next {
	top: 75%
}

#about-culture-section {
	width: 100%;
	background-color: #fff;
	padding: 2.5rem 0;
	overflow: hidden
}

#about-culture-section .block-hd {
	padding: 3.75rem 0;
	text-align: center
}

#about-culture-section .en-title {
	color: #C2191F;
	font-family: 'Roboto',sans-serif;
	font-size: 1.875rem;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0

}

#about-culture-section .zh-title {
	display: inline-block;
	color: #222;
	font-weight: 400;
	font-size: 1.125rem;
	position: relative;
	padding: 0
0 0.375rem




}

#about-culture-section .zh-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 5px;
	background-color: #C2191F;
}

#about-culture-carousel {
	visibility: hidden;
	margin-bottom: 2.5rem;
	opacity: 0
}

#about-culture-carousel.slick-initialized {
	visibility: visible;
	opacity: 1
}

#about-culture-carousel
.item {
	display: none;
	position: relative;
	height: 19.75rem;
	padding: 3.25rem 0 0
}

@media only screen and (max-width: 40em) {
	#about-culture-carousel
.item {
		height: 22.5rem;
		padding: 3.25rem 0.9375rem 0
	}
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#about-culture-carousel
.item {
		padding: 3.25rem 0.9375rem 0
	}
}

#about-culture-carousel .item
p {
	color: #858585;
	font-size: 0.875rem;
	text-align: justify








}

#about-culture-carousel .item:focus {
	outline: none
}

#about-culture-carousel .slick-track
.item {
	display: block
}

#about-culture-carousel-nav {
	margin-bottom: 1.875rem;
	position: relative;
	opacity: 0;
	visibility: hidden;
	border: #e8e8e6 solid 1px;
	border-left: 0 none;
	border-right: 0 none;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

#about-culture-carousel-nav.slick-initialized {
	visibility: visible;
	opacity: 1
}

#about-culture-carousel-nav
.item {
	color: #9E9E9E;
	width: 1.25rem;
	position: relative;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	padding: 0.575rem 0;
}

#about-culture-carousel-nav .item.slick-current {
	color: #C2191F;
}

#about-culture-carousel-nav .item.slick-current:before {
	content: '';
	width: 1.875rem;
	height: 100%;
	background-color: none;
	position: absolute;
	top: 0;
	left: 0








}

#about-culture-carousel-nav .item:focus {
	outline: none
}

#about-culture-carousel-nav .item:after {
	content: '';
	display: block;
	width: 1px;
	height: 60%;
	position: absolute;
	top: 20%;
	right: -10%;
	background-color: #e3e3e3;
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);

	transform: skewX(-25deg)
}


#about-technology-section {
	background-color: #3C3939;
	margin-bottom: 1.25rem
}

#about-technology-section .section-hd {
	padding: 1.875rem 0
}

#about-technology-section .section-hd .en-title {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 700;
	font-family: 'Roboto',sans-serif;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0
}

#about-technology-section .section-hd .zh-title {
	color: #fff;
	font-size: 1.125rem;
	margin: 0
}

#about-technology-section .section-bd
.row {
	max-width: 100%
}

#about-technology-section .section-bd .row
.column {
	padding: 0
}

#about-awards-section {
	background-color: #fff;
	padding-bottom: 3.125rem
}

#about-awards-section .section-hd {
	padding-bottom: 0
}

#about-awards-section .section-bd {
	padding-bottom: 0
}

@media only screen and (max-width: 40em) {
	#about-awards-section table thead
th {
		width: 25%;
		text-align: left
	}
}

@media only screen and (max-width: 40em) {
	#about-awards-section table thead th:last-child {
		display: none
	}
}

@media only screen and (max-width: 40em) {
	#about-awards-section table
tr {
		display: block
	}
}

#about-awards-section table tbody
td {
	border: 0
none;
	border-bottom: #d9d9d9 solid 1px
}

@media only screen and (max-width: 40em) {
	#about-awards-section table tbody
td {
		display: block
	}
}

.tech-text-block {
	position: relative
}

.tech-text-block
img.placeholder {
	display: block
}

.tech-text-block .text-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 1.875rem
}

.tech-block-1 .tech-text-block,
.tech-block-2 .tech-text-block {
	color: #666;
	background-color: #fff
}

.tech-text-block {
	color: #fff;
	background-color: #3C3939
}

@media only screen and (max-width: 768px) {
	.tech-text-block {
		color: #666;
		background-color: #fff
	}
	
	
	header {
	width: 100%;
	height: 4.8125rem;
	background-color: rgba(0,0,0,0.85);
	position:relative;
	z-index: 999;
}

.js .nav-collapse {
background-color:rgba(0,0,0,0.85);
}


	
}

.tech-text-block
h4 {
	color: inherit;
	font-size: 1rem;
	font-weight: 600
}

.tech-text-block
p {
	color: inherit;
	font-size: 0.875rem
}

.tech-text-block
.num {
	color: #fff;
	font-size: 3.75rem;
	font-weight: 300;
	font-family: 'Roboto',sans-serif;
	line-height: 100%;
	margin-bottom: 0.375rem
}

.tech-block-1 .tech-text-block .num,
.tech-block-2 .tech-text-block
.num {
	color: #3C3939
}

#news-grid {
	max-width: 75rem;
	margin: 3rem  auto 0 auto;
	overflow: hidden









}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#news-grid {
		padding: 0
6px;
		padding-bottom: 1.875rem
	}
}

@media only screen and (max-width: 40em) {
	#news-grid {
		padding: 0
6px;
		padding-bottom: 1.875rem
	}
}

#news-grid
.row {
	max-width: 75rem;
}

#news-grid .grid-item {
	padding: 0
0.375rem;
	overflow: hidden;
	margin-bottom: 0.75rem
}

#news-grid .grid-item
.cover {
	width: 100%;
	height: auto;
	background-color: #3C3939
}

#news-grid .grid-item .cover
a {
	display: block;
	width: 100%;
	height: auto
}

@media only screen and (min-width: 64.0625em) {
	#news-grid .grid-item .cover a
img {
		height: 16.25rem
	}
}

#news-grid .grid-item:hover .cover
a {
	opacity: 0.5
}

#news-grid .grid-item .no-cover
a {
	background: url(/workspace/assets/img/news/cover_logo.png) no-repeat 50% 50%;
	-webkit-background-size: auto;
	background-size: auto
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	#news-grid .grid-item .no-cover
a {
		background-image: url(/workspace/assets/img/news/cover_logo1.png);
		-webkit-background-size: 133px 46px;
		background-size: 133px 46px
	}
}


#news-grid .grid-item
.info {
	color: #999;
	height: 6.375rem;
	background-color: #fff;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media only screen and (max-width: 40em) {
	#news-grid .grid-item
.info {
		height: 8.5rem
	}
}

#news-grid .grid-item .info
h3 {
	font-size: 1rem;
	margin: 0
;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: 400;
}

#news-grid .grid-item .info h3
a {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#news-grid .grid-item:hover .info h3
a {
	color: #fff
}

#news-grid .grid-item .info
time {
	font-size: 0.875rem;
	color: gray;
	margin-right: 0.625rem;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#news-grid .grid-item:hover .info
time {
	color: #fff
}

#news-grid .grid-item:hover
.info {
	color: #fff;
	background-color: #3C3939
}

#news-grid .grid-item .info
i.fa {
	margin-right: 0.25rem
}

#news-grid .grid-item .info
.views {
	font-size: 0.875rem
}

#headlines-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.875rem
}

#headlines {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0
}

@media only screen and (min-width: 64.0625em) {
	#headlines {
		height: 31.59722vw
	}
}

#headlines
.item {
	display: none;
	float: left
}

#headlines .item-1 {
	display: block
}

#headlines .slick-track
.item {
	display: block
}

#headlines .slide-info {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

#headlines .slide-info
.row {
	max-width: 90%
}

#headlines .slide-info
.title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 100%;
	margin-bottom: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 30%, 0);
	-ms-transform: translate3d(0, 30%, 0);
	-o-transform: translate3d(0, 30%, 0);
	transform: translate3d(0, 30%, 0);
	-webkit-transition: opacity,-webkit-transform 0.3s ease;
	-o-transition: opacity,-o-transform 0.3s ease;
	transition: opacity,transform 0.3s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#headlines .slide-info
.title {
		font-size: 1.375rem
	}
}

@media only screen and (max-width: 40em) {
	#headlines .slide-info
.title {
		font-size: 1.125rem;
		width: 11.25rem;
		height: 1rem;
		line-height: 1rem;
		overflow: hidden;
		text-overflow: ellipsis;


		white-space: nowrap
	}
}


#headlines .light .slide-info
.title {
	color: #3C3939
}

#headlines .dark .slide-info
.title {
	color: #fff
}

#headlines .slick-active .slide-info
.title {
	opacity: 1;

	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#headlines .slick-active .slide-info .title
a {
	display: inline-block;
	color: inherit;
	position: relative;
	padding-bottom: 0.25rem;
	overflow: hidden
}

#headlines .slick-active .slide-info .title a:focus {
	outline: none
}

#headlines .slick-active .slide-info .title a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateX(-100%)
}

#headlines .light .slide-info .title a:after {
	background-color: #3C3939
}

#headlines .slick-active .slide-info .title a:hover:after {
	opacity: 1;
	width: 100%;
	transform: translateX(0)
}

#headlines .slide-info
.subtitle {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
	opacity: 0;
	-webkit-transform: translate3d(0, 30%, 0);
	-ms-transform: translate3d(0, 30%, 0);
	-o-transform: translate3d(0, 30%, 0);
	transform: translate3d(0, 30%, 0);
	-webkit-transition: opacity,-webkit-transform 0.3s ease;
	-o-transition: opacity,-o-transform 0.3s ease;
	transition: opacity,transform 0.3s ease;
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#headlines .slide-info
.subtitle {
		font-size: 1rem
	}
}

@media only screen and (max-width: 40em) {
	#headlines .slide-info
.subtitle {
		font-size: 0.875rem;
		margin-bottom: 0.75rem;
		width: 12.5rem;
		height: 1rem;
		line-height: 1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
}

#headlines .light .slide-info
.subtitle {
	color: #666
}

#headlines .dark .slide-info
.subtitle {
	color: #fff
}

#headlines .slide-info
time {
	display: block;
	font-size: 0.875rem;
	padding-top: 1rem;
	position: relative;
	opacity: 0;
	-webkit-transform: translate3d(0, 30%, 0);
	-ms-transform: translate3d(0, 30%, 0);
	-o-transform: translate3d(0, 30%, 0);
	transform: translate3d(0, 30%, 0);
	-webkit-transition: opacity,-webkit-transform 0.3s ease;
	-o-transition: opacity,-o-transform 0.3s ease;
	transition: opacity,transform 0.3s ease;
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

#headlines .slick-active .slide-info
time {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#headlines .light .slide-info
time {
	color: #666
}

#headlines .dark .slide-info
time {
	color: #fff
}

#headlines .slide-info time:before {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: width 0.3s ease;

	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s
}

#headlines .slick-active .slide-info time:before {
	width: 2.5rem
}

#headlines .light .slide-info time:before {
	background-color: rgba(0, 0, 0, 0.3)
}

#headlines .dark .slide-info time:before {
	background-color: #fff
}

#headlines .slick-active .slide-info
.subtitle {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#headlines-wrap .slick-dots {
	width: 100%;
	height: 0.5rem;
	margin: 0;
	padding: 0
5.125rem;
	position: absolute;
	bottom: 3.875rem;
	left: 0;
	text-align: right
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#headlines-wrap .slick-dots {
		bottom: 3rem;
		padding: 0
0.75rem
	}
}

@media only screen and (max-width: 40em) {
	#headlines-wrap .slick-dots {
		bottom: 2.25rem;
		padding: 0
0.75rem
	}
}

#headlines-wrap .slick-dots
li {
	display: inline-block
}

#headlines-wrap .slick-dots
li {
	width: 3rem;
	height: 0.3125rem;
	padding: 0;
	margin: 0
0.125rem
}

#headlines-wrap .slick-dots li
button {
	width: 100%;
	height: 100%;
	padding: 0
}

#headlines-wrap .slick-dots li button:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 0
}

#headlines-wrap .slick-dots li.slick-active button:before {
	background-color: #3C3939
}

#products-head-section {
	background-color: #3C3939;
	padding: 4.6875rem 0
}

@media only screen and (max-width: 40em) {
	#products-head-section {
		padding: 4.0625rem 0
	}
}

#products-head-section .en-text {
	color: #fff;
	font-family: 'Roboto',sans-serif;
	font-weight: 800;
	font-size: 3rem;
	margin: 0
}

@media only screen and (max-width: 40em) {
	#products-head-section .en-text {
		font-size: 2rem
	}
}

#products-head-section .zh-text {
	color: #fff;
	font-size: 1.375rem;
	margin: 0
}

@media only screen and (max-width: 40em) {
	#products-head-section .zh-text {
		font-size: 1.25rem
	}
}

.products-grid {
	max-width: 80rem;
	margin: 0
auto
}

.products-grid
.row {
	max-width: 100%
}

.products-grid .grid-item {
	width: 50%;
	float: left;
	padding: 0
0.25rem;
	margin-bottom: 0.5rem
}

.products-grid .grid-item.w1h1 {
	width: 50%
}

@media only screen and (min-width: 40.0625em) {
	.products-grid .grid-item.w1h1 {
		width: 25%
	}
}

@media only screen and (min-width: 64.0625em) {
	.products-grid .grid-item.w1h1 {
		height: 25.25rem
	}
}

.products-grid .grid-item.w2h1 {
	width: 50%
}

@media only screen and (min-width: 40.0625em) {
	.products-grid .grid-item.w2h1 {
		width: 50%
	}
}

@media only screen and (min-width: 64.0625em) {
	.products-grid .grid-item.w2h1 {
		height: 25.25rem
	}
}

.products-grid .grid-item.w1h2 {
	width: 50%
}

@media only screen and (min-width: 40.0625em) {
	.products-grid .grid-item.w1h2 {
		width: 25%
	}
}

@media only screen and (min-width: 64.0625em) {
	.products-grid .grid-item.w1h2 {
		width: 25%;
		height: 44.8125rem
	}
}

.products-grid .grid-item
.cover {
	background-color: #3C3939
}

.products-grid .grid-item a
img {
	display: block
}

.products-grid .grid-item .cover
a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}




.products-grid .grid-item:hover .cover
a {
	opacity: 0.5
}

.products-grid .grid-item
.info {
	color: #999;
	height: 6.1875rem;
	background-color: #fff;
	overflow: hidden;
	padding: 0.625rem 1.875rem;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media only screen and (max-width: 40em) {
	.products-grid .grid-item
.info {
		height: 8.5rem
	}
}

.products-grid .grid-item:hover
.info {
	background-color: #3C3939
}

.products-grid .grid-item .info
h3 {
	font-size: 1rem;
	margin: 0
}

.products-grid .grid-item .info h3
a {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.products-grid .grid-item:hover .info h3
a {
	color: #fff
}

.products-grid .grid-item .info
h3 {
	color: #4d4d4d;
	font-size: 1.125rem;
	margin: 0;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

.products-grid .grid-item .info h3
a {
	color: inherit
}

.products-grid .grid-item .info
p {
	color: gray;
	font-size: 0.9375rem;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

.products-grid .grid-item:hover .info
p {
	color: #fff
}

#products-cats-section {
	margin-bottom: 3.875rem;
	/* background-color: #e0e0e0; */
	/* border: #e5e5e5 solid 1px; */
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none


}

@media only screen and (max-width: 40em) {
	#products-cats-section {
		margin-bottom: 0.75rem
	}
}

#home-page #products-cats-section {
	/* border: #e5e5e5 solid 1px; */
	border-left: 0 none;
	border-right: 0 none

}

#products-cats-section
.row {
	max-width: 80rem
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#products-cats-section
.row {
		padding: 0
0.75rem
	}
}

#home-page #products-cats-section
.row {
	max-width: 74.625rem
}

@media only screen and (max-width: 40em) {
	#home-page #products-cats-section .row>.column {
		padding: 0
0.75rem
	}
}

.products-cats-menu {
	margin: 0
}

.products-cats-menu .menu-item {
	width: 32.33333%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left
}

.mgf{
	margin-left: 14.5%;
	}

@media only screen and (min-width: 40.0625em) {
	.products-cats-menu .menu-item {
		width: 33%;
	}
}

@media only screen and (max-width: 40em) {
	.products-cats-menu .menu-item-7 {
		width: 100%;
	}
	.mgf{
	margin-left:0;
	
	}
}

.products-cats-menu .menu-item
a {
	color: #666;
	display: block;
	width: 100%;
	height: 8.75rem;
	/* background-color: #fff; */
	padding: 0;
	text-align: center;
	position: relative;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease

}

.products-cats-menu .menu-item a:focus,
.products-cats-menu .menu-item.active
a {
	color: #fff;/* background-color: #3C3939
 */
}

@media only screen and (min-width: 40.0625em) {
	.products-cats-menu .menu-item-even
a {/* background-color: #f3f3f3
	 */
	}
}

@media only screen and (max-width: 40em) {
	.products-cats-menu .menu-item-2 a,
.products-cats-menu .menu-item-4 a,
.products-cats-menu .menu-item-6
a {
		background-color: none;

	}

}

.products-cats-menu .menu-item a:hover,
.products-cats-menu .menu-item.active
a {
	color: #1052A0;/* background-color: #3C3939 */
	font-weight:bold;

}

.products-cats-menu .menu-item a .icon,
.products-cats-menu .menu-item a .icon-hover {
	display: block;
	width: 10rem;
	height: auto;
	margin: 0
auto;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.products-cats-menu .menu-item a:hover .icon,
.products-cats-menu .menu-item a:focus .icon,
.products-cats-menu .menu-item.active a
.icon {
	opacity: 0
}

.products-cats-menu .menu-item a .icon-hover {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4.5rem;
	opacity: 0;
}

.products-cats-menu .menu-item a:hover .icon-hover,
.products-cats-menu .menu-item a:focus .icon-hover,
.products-cats-menu .menu-item.active a .icon-hover {
	opacity: 1
}

.products-list-section {
	margin-bottom: 7.5rem
}

@media only screen and (max-width: 40em) {
	.products-list-section {
		margin-bottom: 3.75rem
	}
}

.products-list-section
.row {
	max-width: 82.5rem
}

@media only screen and (min-width: 40.0625em) {
	.products-list-section .section-hd
.column {
		padding-right: 0.75rem
	}
}

@media only screen and (max-width: 40em) {
	.products-list-section .section-hd
.column {
		padding: 0
0.75rem
	}
}

.products-list-section .filters
.row {
	max-width: 31.25rem;
	margin: 0
auto
}

.products-list-section .section-bd-more {
	max-height: 0;
	overflow: hidden
}

.products-list-section .section-bd-more[aria-expanded="true"] {
	overflow: visible !important
}

.products-list-section
a.btn {
	display: block;
	margin: 0
auto;
	text-align: center;
	padding-top: 1.875rem
}

@media only screen and (max-width: 40em) {
	.products-list-section .medium-7 {
		padding: 0
0.75rem
	}
}

@media medium-up {
	.products-list-section .medium-5 {
		padding-right: 0
	}
}

.products-list-section
.cover {
	background-color: #fff;
	position: relative;
	margin-bottom: 0.75rem
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.products-list-section
.cover {
		margin-bottom: 0
	}
}

@media only screen and (min-width: 64.0625em) {
	.products-list-section
.cover {
		margin-bottom: 0;
		min-height: 33.75rem
	}
}

.products-list-section .cover
img {
	display: block
}

.products-list-section .cover
.desc {
	color: #fff;
	display: block;
	width: 100%;
	height: 3.375rem;
	line-height: 2rem;
	padding: 0.6875rem 1.25rem;
	font-size: 1.375rem;
	background-color: #3C3939;
	position: absolute;
	bottom: 0;
	left: 0
}

.products-list-section .row .column
.column {
	padding: 0
0.375rem
}

.products-list-section .feature-item {
	background-color: #3C3939;
	margin-bottom: 0.75rem
}
.products-list-section .feature-item a{display:block;}
@media only screen and (min-width: 64.0625em) {
	.products-list-section .feature-item {
		min-height: 16.5rem
	}
}

.products-list-section .feature-item a
img {
	display: block;
	background-color: #fff;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.products-list-section .feature-item a:hover
img {
	opacity: 0.5
}

.products-list-section .feature-item
.title {
	color: #fff;
	display: block;
	width: 100%;
	height: 3.375rem;
	padding: 1.1875rem 1.25rem;
	font-size: 1rem;
	line-height: 1rem;
	background-color: #3C3939
}

.products-list-section .feature-item .title
em {
	font-style: normal;
	display: block;
	width: 80%;
	height: 1rem;
	line-height: 1rem;
	overflow: hidden;
	text-overflow: ellipsis
}




.products-list-section .section-hd .en-title {
	color: #3C3939;
	font-size: 2rem;
	font-weight: 700;
	font-family: 'Roboto',sans-serif;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0
}

.products-list-section .section-hd .zh-title {
	font-size: 1.375rem;
	border-bottom: #3C3939 solid 0.125rem;
	padding-bottom: 0.25rem;
	margin: 0
0 1.25rem
}

#page-hero-wrap {
	height: 26rem;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.875rem




}

@media only screen and (max-width: 40em) {
	#page-hero-wrap {
		height: auto
	}
}

#contact-page #page-hero-wrap {
	margin-bottom: 0
}

#page-hero-wrap
.row {
	height: 100%
}

#page-hero-wrap .row
.column {
	height: 100%
}

#page-hero-bg {
	position: absolute;
	top: -5%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 110%;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media only screen and (max-width: 40em) {
	#page-hero-bg {
		display: none;
		visibility: hidden;
		background: none !important
	}
}

#page-hero-bg::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(45deg, #000 0%, #000 20%, #000 100%);
	opacity: 0.2
}

#page-hero-wrap
picture {
	display: none
}

@media only screen and (max-width: 40em) {
	#page-hero-wrap
picture {
		display: block;
		height: 58.5vw;
		margin-bottom: 0.75rem
	}
}

#page-hero-info {
	position: relative;
	top: 2rem;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden










}

@media only screen and (max-width: 40em) {
	#page-hero-info {
		top: auto
	}
}



#page-hero-wrap .hero-info-wrap {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center
}

.support-index-page #page-hero-wrap .hero-info-wrap,
.contact-index-page #page-hero-wrap .hero-info-wrap {
	height: 60%;
}

@media only screen and (max-width: 40em) {
	.support-index-page #page-hero-wrap .hero-info-wrap,
.contact-index-page #page-hero-wrap .hero-info-wrap {
		height: 58.5vw
	}
}

#page-hero-wrap .zh-title {
	display: inline-block;
	color: #FFF;
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 140%;
	text-align: center
;
	font-weight: 400;
}

@media only screen and (max-width: 40em) {
	#page-hero-wrap .zh-title {
		font-size: 1.125rem;
		line-height: 1.25rem
	}
}

#page-hero-wrap .en-title {
	color: #FFF;
	font-size: 3.75rem;
	line-height: 4rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0
}

@media only screen and (max-width: 40em) {
	#page-hero-wrap .en-title {
		font-size: 2rem;
		line-height: 2.25rem
	}
}

#page-hero-wrap .zh-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin: 0
auto;
	opacity: 0.7
;
	margin-top: 3px;
}

#page-hero-wrap .page-breadcrumb {
	padding: 0.9375rem 0;
	line-height: 1rem;
	font-size: 0.875rem;
	position: relative;
	top: -3.125rem

}

@media only screen and (max-width: 40em) {
	#page-hero-wrap .page-breadcrumb {
		top: auto;
		border-top: #EEE solid 1px;
		padding: 0.9375rem 0;
		margin: 0
-0.9375rem;
		text-indent: 0.9375rem
	}
}

#page-hero-wrap .page-breadcrumb
p {
	color: #FFF;
	margin: 0
}

@media only screen and (max-width: 40em) {
	#page-hero-wrap .page-breadcrumb
p {
		color: #4d4d4d
	}

}


#page-hero-wrap .page-breadcrumb
a {

	color: #FFF
}


@media only screen and (max-width: 40em) {
	#page-hero-wrap .page-breadcrumb
a {
		color: #4d4d4d
	}
}

.page-hero {
	margin-bottom: 1.875rem;
	position: relative
}

.solution-index-section {
	margin-bottom: 4.375rem
}

@media only screen and (max-width: 40em) {
	.solution-index-section
.row {
		padding: 0
1rem
	}
}

@media only screen and (max-width: 40em) {
	.solution-index-section
.item {
		margin-bottom: 1rem
	}
}

.solution-index-section .item
.title {
	color: #4d4d4d;
	display: block;
	width: 100%;
	height: 3.375rem;
	padding: 1.1875rem 1.25rem;
	font-size: 1rem;
	line-height: 1rem;
	background-color: #fff
}

.solution-index-section .item
a {
	display: block;
	background-color: #3C3939
}

.solution-index-section .item a
img {
	display: block;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

.solution-index-section .item a:hover
img {
	opacity: 0.5
}

.solution-index-section .item .title
em {
	font-style: normal
}

.solution-index-section .section-hd .en-title {
	color: #3C3939;
	font-size: 2rem;
	font-weight: 700;
	font-family: 'Roboto',sans-serif;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	-webkit-transition: opacity,background-color 0.3s ease;
	-o-transition: opacity,background-color 0.3s ease;
	transition: opacity,background-color 0.3s ease
}

.solution-index-section .item a:hover
.title {
	color: #fff;
	background-color: #3C3939
}

.solution-index-section .section-hd .zh-title {
	font-size: 1.375rem;
	border-bottom: #3C3939 solid 0.125rem;
	padding-bottom: 0.25rem;
	margin: 0
0 1.25rem
}

.yesfit-grid {
	max-width: 80.25rem;
	margin: 0
auto
}

.yesfit-grid
.row {
	max-width: 100%
}

.yesfit-grid .grid-item {
	width: 100%;
	padding: 0
0.375rem;
	margin-bottom: 0.75rem
}

@media only screen and (min-width: 40.0625em) {
	.yesfit-grid .grid-item {
		float: left
	}
}

@media only screen and (min-width: 40em) {
.cc2 {
	height: 40rem !important;
	}
}

.yesfit-grid .grid-item.w1h1 {
	width: 100%
}

@media only screen and (min-width: 40.0625em) {
	.yesfit-grid .grid-item.w1h1 {
		width: 33.33333%
	}
}

.yesfit-grid .grid-item.w2h1 {
	width: 100%;
	min-height: 18.5625rem
}

@media only screen and (min-width: 40.0625em) {
	.yesfit-grid .grid-item.w2h1 {
		width: 33.33333%
	}
}

.yesfit-grid .grid-item.w1h2 {
	width: 100%
}

@media only screen and (min-width: 40.0625em) {
	.yesfit-grid .grid-item.w1h2 {
		width: 33.33333%
	}
}

.yesfit-grid .grid-item
.cover {
	background-color: #3C3939
}

.yesfit-grid .grid-item a
img {
	display: block
}

.yesfit-grid .grid-item .cover
a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.yesfit-grid .grid-item:hover .cover
a {
	opacity: 0.5
}

.yesfit-grid .grid-item
.info {
	color: #999;
	height: 6.1875rem;
	background-color: #fff;
	overflow: hidden;
	padding: 0.625rem 1.875rem;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media only screen and (max-width: 40em) {
	.yesfit-grid .grid-item
.info {
		height: 8.5rem
	}
}


.yesfit-grid .grid-item:hover
.info {
	background-color: #3C3939
}

.yesfit-grid .grid-item .info
h3 {
	font-size: 1rem;
	margin: 0
}

.yesfit-grid .grid-item .info h3
a {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.yesfit-grid .grid-item:hover .info h3
a {
	color: #fff
}

.yesfit-grid .grid-item .info
h3 {
	color: #4d4d4d;
	font-size: 1rem;
	margin: 0;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

.yesfit-grid .grid-item .info h3
a {
	color: inherit
}

.yesfit-grid .grid-item .info
p {
	color: gray;
	font-size: 0.9375rem;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

.yesfit-grid .grid-item:hover .info
p {
	color: #fff
}

.yesfit-grid .grid-item .info
time {
	font-size: 0.875rem;
	color: gray;
	margin-right: 0.625rem;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.yesfit-grid .grid-item:hover .info
time {
	color: #fff
}

.yesfit-grid .grid-item:hover
.info {
	color: #fff;
	background-color: #3C3939
}

.yesfit-grid .grid-item .info
i.fa {
	margin-right: 0.25rem
}

.yesfit-grid .grid-item .info
.views {
	font-size: 0.875rem
}

#yesfit-cats-section {
	margin-bottom: 1.875rem;
	background-color: #e0e0e0;
	border: #e5e5e5 solid 1px;
	border-left: 0 none;
	border-right: 0 none
}

#yesfit-cats-section
.row {
	max-width: 80rem
}

#home-page #yesfit-cats-section
.row {
	max-width: 74.625rem
}

.yesfit-cats-menu {
	margin: 0
}

.yesfit-cats-menu .menu-item {
	width: 50%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left
}

@media only screen and (min-width: 40.0625em) {
	.yesfit-cats-menu .menu-item {
		width: 20%
	}
}

@media only screen and (max-width: 40em) {
	.yesfit-cats-menu .menu-item-5 {
		width: 100%;
		border-top: #e3e3e3 solid 1px
	}
}

.yesfit-cats-menu .menu-item
button {
	color: #666;
	display: block;
	width: 100%;
	height: 8.75rem;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.yesfit-cats-menu .menu-item button:focus {
	color: #fff;
	background-color: #3C3939
}

@media only screen and (min-width: 40.0625em) {
	.yesfit-cats-menu .menu-item-even
button {
		background-color: #f3f3f3
	}
}

@media only screen and (max-width: 40em) {
	.yesfit-cats-menu .menu-item-2 button,
.yesfit-cats-menu .menu-item-3
button {
		background-color: #f3f3f3
	}
}

.yesfit-cats-menu .menu-item button:hover {
	color: #fff;

	background-color: #3C3939
}

.yesfit-cats-menu .menu-item button
i.fa {
	display: block;
	font-size: 2rem;
	width: 5.4375rem;
	height: 3.75rem;
	padding-top: 1.25rem;
	margin: 0
auto;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

#yesfit-promo {
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: 0;
	left: 0
}

#yesfit-promo
.row {
	height: 100%
}

#yesfit-promo .row>.column {
	height: 100%
}

#yesfit-promo .promo-item
a {
	display: block
}

#yesfit-promo .promo-item a
img {
	display: block
}

.breadcrumb-wrap {
	margin-bottom: 1.875rem;
	background-color: #3C3939
}

.breadcrumb-wrap .row
.column {
	padding: 0
0.75rem
}

.breadcrumbs {
	border: 0
none;
	background: none;
	height: 2.5rem;
	padding: 0.75rem 0
}

.breadcrumbs>a::before {
	color: #fff !important;
	opacity: 0.5
}

.breadcrumbs>* {
	color: #fff;
	opacity: 0.7
}

.breadcrumbs>a:hover {
	color: #fff;
	opacity: 1
}

.breadcrumbs>*.current {
	color: #fff;
	opacity: 0.7
}

.product-entry {
	background-color: #fff
}

.product-overview-section {
	padding: 0
0 3.125rem
}

.product-overview-section .row
.column {
	padding: 0
0.75rem
}

.product-photo-carousel-wrap {
	padding-bottom: 2.5rem;
	border: #dedede solid 1px
}

@media only screen and (max-width: 40em) {
	.product-photo-carousel-wrap {
		margin-bottom: 1rem
	}
}

.product-photo-carousel
.item {
	display: none;
	outline: none
}

@media only screen and (min-width: 64.0625em) {
	.product-photo-carousel
.item {
		min-height: 28.4375rem
	}
}

.product-photo-carousel .item-1,
.product-photo-carousel .slick-track
.item {
	display: block
}

.product-photo-carousel .item
img {
	display: block
}

.product-photo-carousel-nav {
	width: 80%;
	margin: 0
auto
}

.product-photo-carousel-nav
.item {
	display: none;
	outline: none;
	position: relative
}

.product-photo-carousel-nav .item
img {
	opacity: 0.5;
	background-color: #3C3939;
	border: #e5e5e5 solid 1px
}

.product-photo-carousel-nav .item:after {
	content: '';
	display: block;
	width: 5rem;
	height: 5rem;
	border: #3C3939 solid 0.25rem;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden
}

.product-photo-carousel-nav .item.slick-current:after {
	visibility: visible;
	opacity: 1
}

.product-photo-carousel-nav .slick-track .item.slick-current
img {
	opacity: 1
}

.product-photo-carousel-nav .slick-track
.item {
	display: block
}

.product-photo-carousel-nav .slick-prev:before,
.product-photo-carousel-nav .slick-next:before {
	color: #3C3939
}

.product-photo-carousel-nav .slick-prev {
	left: -1.875rem
}

.product-photo-carousel-nav .slick-next {
	right: -1.875rem
}

.product-overview-info
.model {
	display: inline-block;
	color: #fff;
	background-color: #3C3939;
	padding: 0.5rem 1rem;
	font-size: 1.125rem;
	margin: 0
0 0.625rem
}

.product-overview-info
.title {
	color: #4d4d4d;
	font-size: 1.375rem;
	margin-bottom: 1.25rem
}

.product-overview-info
.price {
	display: inline-block;
	color: #1a1a1a;
	background-color: #f0f0f0;
	padding: 0.125rem 5rem 0.125rem 0.75rem
}

.product-overview-info .price
span {
	font-size: 1rem
}

.product-overview-info .price
em {
	color: #3C3939;
	font-style: normal;
	font-size: 2.25rem;
	font-family: 'Roboto',sans-serif;
	font-weight: 400
}

.product-overview-info .colors>span {
	display: block;
	margin-bottom: 0.25rem
}

.product-overview-info .colors
span.color {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	text-indent: -9999px;
	margin-right: 0.375rem
}

.product-overview-info .category
a {
	color: #666;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

.product-overview-info .category a:hover {
	color: #3C3939
}

.product-overview-info .category a
i.fa {
	color: inherit;
	margin-right: 0.25rem

}


.product-overview-info .dropdown.button,
.product-overview-info
button.dropdown {
	margin-right: 1.25rem;
	padding: 0.375rem 8rem 0.375rem 1rem
}

.product-overview-info
a.qrcode {
	color: #999;
	height: 1.75rem;
	line-height: 1.75rem;
	position: relative;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

.product-overview-info a.qrcode:hover {

	color: #3C3939
}

.product-overview-info a.qrcode .qrcode-img {
	display: block;
	position: absolute;
	bottom: -6.875rem;
	left: 0;

	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(0, 40px, 0);
	-ms-transform: translate3d(0, 40px, 0);
	-o-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.product-overview-info a.qrcode:hover .qrcode-img {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.product-overview-info a.qrcode
.fa {
	font-size: 1.5rem;
	margin-right: 0.25rem;
	position: relative;
	top: 0.1875rem;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
	-ms-transform: translate3d(0, 0, 0) rotate(0deg);
	-o-transform: translate3d(0, 0, 0) rotate(0deg);
	transform: translate3d(0, 0, 0) rotate(0deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.product-overview-info a.qrcode:hover
.fa {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.product-details-section .section-hd {
	background-color: #f6f6f6;
	padding: 0
}

.product-details-section .section-hd .tabs
.column {
	padding: 0
}

.product-details-section .section-hd .tabs .tab-title > a,
.product-details-section .section-hd .tabs .tab-title>a:active {
	outline: none
}

.product-details-section .section-hd .tabs .tab-title>a {
	color: #4d4d4d;
	padding: 0.5rem 0;
	text-align: center;
	border-right: #ddd solid 1px;
	font-weight: 300;
	font-size: 1rem;
	background: none
}

.product-details-section .section-hd .tabs .tab-title:first-child>a {
	border-left: #ddd solid 1px
}

.product-details-section .section-hd .tabs .tab-title.active>a {
	color: #3C3939;
	font-weight: 500;
	position: relative;
	background-color: #fff
}

.product-details-section .section-hd .tabs .tab-title.active>a:after {
	content: '';
	display: block;
	width: calc(100% + 2px);
	height: 0.125rem;
	background-color: #3C3939;
	position: absolute;
	top: 0;
	left: -1px
}

.tabs-content
.content {
	padding: 1.875rem 0
}

 
#about-responsibility-section {
	margin-bottom: 3.75rem
}

#about-responsibility-section .section-hd {
	padding-bottom: 0;
	text-align: center


}

@media only screen and (max-width: 40em) {
	#about-responsibility-section .section-hd {
		padding: 1.875rem 0
	}
}

#about-responsibility-section .en-title {
	color: #C2191F;
	font-family: 'Roboto',sans-serif;
	font-size: 1.875rem;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0

}

#about-responsibility-section .zh-title {
	display: inline-block;
	color: #222;
	font-weight: 400;
	font-size: 1.125rem;
	position: relative;
	padding: 0
0 0.375rem




}

#about-responsibility-section .zh-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 5px;
	background-color: #C2191F;
}

.section-hd {
	padding: 3.75rem 0;
	text-align: center
}



@media only screen and (max-width: 40em) {
	.section-hd {
		padding: 1.875rem 0
	}
}

.section-bd {
	padding: 3.75rem 0
}

@media only screen and (max-width: 40em) {
	.section-bd {
		padding: 1.875rem 0
	}
	
	
	.clients_box li { width:50%;}
	
	.width5{ width:100% !important;}
	
}

#support-index-download .section-bd {
	padding-bottom: 0
}

.section-hd .en-title {
	color: #C2191F;
	font-family: 'Roboto',sans-serif;
	font-size: 1.875rem;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0

}

.section-hd .zh-title {
	display: inline-block;
	color: #222;
	font-weight: 400;
	font-size: 1.125rem;
	position: relative;
	padding: 0
0 0.375rem




}

.section-hd .zh-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 5px;
	background-color: #C2191F;
}

.section-ft {
	padding: 1.25rem 0
}

.section-ft .btn-readmore {
	display: inline-block;
	color: #4d4d4d;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 2rem;
	padding-top: 2rem;
	background: url(../images/more_dots.png) no-repeat 50% 0;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

.section-ft a.btn-readmore:hover {
	color: #3C3939
}

.news-entry {
	background-color: #f0f0f0;
	position: relative;
	padding-bottom: 3.125rem;
}

.news-entry
.row {
	max-width: 75rem;
}

#yesfit-page .news-entry
.row {
	max-width: 73.125rem
}

@media only screen and (max-width: 40em) {
	.news-entry .row>.column {
		padding: 0
1rem
	}
}

.news-entry .entry-hd {
	padding: 4.375rem 0 1.375rem 0;
}

@media only screen and (max-width: 40em) {
	.news-entry .entry-hd {
		padding: 1.875rem 0
	}
}

.news-entry .entry-hd .entry-title {
	color: #3C3939;
	font-size: 1.75rem;
	text-align: center
}

@media only screen and (max-width: 40em) {
	.news-entry .entry-hd .entry-title {
		font-size: 1.375rem;
		text-align: left
	}
}

.news-entry .entry-hd .entry-subtitle {
	color: #666;
	font-size: 1.25rem;
	text-align: center
}

@media only screen and (max-width: 40em) {
	.news-entry .entry-hd .entry-subtitle {
		margin-bottom: 1.25rem;
		font-size: 1rem;
		text-align: left
	}
	
	.news-entry {
	background-color: #f0f0f0;
	position: relative;
	padding-bottom: 3.125rem;
	padding-top: 1.125rem;
}
}

.news-entry .entry-hd .entry-meta {
	font-size: 12px;
	color: gray;
	text-align: center;
	padding-top: 0.625rem;
	border-top: #D9D9D9 solid 1px;
	margin-top: 1.875rem



































}

@media only screen and (max-width: 40em) {
	.news-entry .entry-hd .entry-meta {
		text-align: left
	}
}

.news-entry .entry-hd
.sep {
	display: inline-block;

	padding: 0
0.625rem
}



.news-entry .entry-hd
.date {
	display: inline-block;

	color: gray;
	font-size: 12px;
}

.news-entry .entry-hd .buttons
a.back {
	display: inline-block;
	text-indent: -9999px
}

.news-entry .entry-hd .buttons a.back:before {


	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	vertical-align: middle;
	content: '';
	background: url("/workspace/assets/img/icons/bg_header_icon.png") no-repeat;
	background-position: 0 -144px;
	display: inline-block
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.news-entry .entry-hd .buttons a.back:before {
		background: url("/workspace/assets/img/icons/bg_header_iconx2.png") no-repeat;
		background-size: 96px 192px;
		background-position: 0 -144px
	}
}

.news-entry .entry-hd .buttons a.back:hover:before {
	background-position: -48px -144px
}

.news-entry .entry-ft
.row {
	color: #999;
	border-top: #D9D9D9 solid 1px;
	padding-top: 1.875rem;
	margin-top: 1.875rem

}

.news-entry .entry-hd span,
.news-entry .entry-ft
span {
	display: inline-block;
	margin-right: 0.25rem
}

.news-entry .entry-hd a,
.news-entry .entry-ft
a {
	color: #333;
	font-size: 14px;
	display: inline-block;
	margin-right: 0.375rem;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease


















}

.news-entry .entry-hd a:hover,
.news-entry .entry-ft a:hover {
	color: #3C3939
}

@media only screen and (max-width: 40em) {
	.news-entry .entry-ft .quick-links {
		margin-bottom: 1.25rem
	}
}

.news-entry .entry-ft .quick-links a:hover {
	text-decoration: underline
}

.news-entry .entry-share {
	text-align: right
}

@media only screen and (max-width: 40em) {
	.news-entry .entry-share {
		text-align: left
	}
}

.news-entry .entry-bd
p {
	color: #666;
	font-size: 14px;
	line-height: 180%




}

.news-entry
img {
	display: block;
	margin: 0
auto
}

.news-entry
iframe {
	display: inline-block;
	max-width: 100%
}

@media only screen and (max-width: 40em) {
	.news-entry
iframe {
		height: 56.25vw
	}
}

.news-entry-next-section {
	color: rgba(255, 255, 255, 0.7);
	padding: 6.25rem 0;
	background-color: #1f7a8c
}

.news-entry-next-section h4
a {
	color: #fff
}

.news-entry-next-section h4 a:hover {
	text-decoration: underline
}

.news-entry-next-section
a.button {
	display: inline-block;
	height: 2.75rem;
	line-height: 1.75rem;
	border-radius: 1.375rem;
	padding: 0.5rem 1rem
}

.news-entry-next-section a.button:hover {
	color: #3C3939;
	background-color: #fff
}

#home-products-section {
	margin-bottom: 1.875rem;
	display: none;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#home-products-section
.row {
		padding: 0
0.75rem
	}
}

#home-products-section .row
.row {
	margin: 0
}

#home-products-section .tabs-content
.content {
	padding: 0
}

@media only screen and (max-width: 40em) {
	#home-products-section .row>.column {
		padding: 0
0.75rem
	}
}

#home-products-section .row>.column:last-child {
	padding: 0
}

@media only screen and (max-width: 40em) {
	#home-products-section .row>.column:last-child {
		padding: 0
0.375rem
	}
}

.small-hero-block {
	position: relative
}

@media only screen and (max-width: 40em) {
	.small-hero-block {
		margin-bottom: 0.75rem
	}
}

.small-hero-block
a {
	display: block;
	background-color: #3C3939
}

.small-hero-block a
img {
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

.small-hero-block a:hover
img.cover {
	opacity: 0.5
}

.small-hero-block a
.icon {
	position: absolute;
	bottom: 0.75rem;
	right: 0.75rem
}

.small-hero-block
.cover {

	position: absolute;
	top: 0;
	left: 0
}

.large-hero-block {
	background-color: #3C3939
}

@media only screen and (max-width: 40em) {
	.large-hero-block {
		margin-bottom: 0.75rem
	}
}

.large-hero-block a
img {
	display: block;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

.large-hero-block a:hover
img {
	opacity: 0.5
}

.product-item-carousel-wrap {
	position: relative;
	background-color: #fff
}

.product-item-carousel {



	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.product-item-carousel .swiper-slide
a {
	outline: none
}

.product-item-carousel .swiper-slide a
img {
	display: block;
	margin-bottom: 0.625rem
}



.product-item-carousel .swiper-slide
.title {
	display: block;
	width: 80%;
	height: 1rem;
	line-height: 1rem;
	color: #666;
	font-size: 0.875rem;
	padding: 0
1rem;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0
auto
}

.product-item-carousel-wrap .swiper-pagination {
	width: 100%;
	bottom: 1.25rem;
	position: absolute
}

.product-item-carousel-wrap .swiper-pagination-bullet {
	background-color: #3C3939;
	margin: 0
0.25rem
}

#home-magazine-section {
	background-color: #fff;
	padding: 1.875rem 0
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#home-magazine-section
.row {
		padding: 0
0.75rem
	}
}

@media only screen and (max-width: 40em) {
	#home-magazine-section
.row {
		padding: 0
0.375rem
	}
}

#home-magazine-section .row>.column {
	margin-bottom: 0.625rem
}

#home-magazine-section
.cover {
	position: relative
}

#home-magazine-section .cover
img {
	display: block;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

#home-magazine-section .cover
a {
	display: block;
	background-color: #3C3939
}

#home-magazine-section .cover a:hover
img {
	opacity: 0.5
}

#home-magazine-section .cover .en-title
p {
	color: #fff;
	font-size: 3rem;
	font-family: 'Roboto',sans-serif;
	font-weight: 900;
	position: absolute;
	bottom: 4.375rem;
	left: 1.875rem;
	line-height: 2.875rem;
	pointer-events: none
}

@media only screen and (max-width: 40em) {
	#home-magazine-section .cover .en-title
p {
		font-size: 2rem;
		bottom: 2.25rem;
		left: 1.25rem;
		line-height: 1.875rem
	}
}

#home-magazine-section .cover .zh-title {
	color: #fff;
	font-size: 1.125rem;
	position: absolute;
	bottom: 1.25rem;
	left: 1.875rem;
	line-height: 100%;
	pointer-events: none
}

@media only screen and (max-width: 40em) {
	#home-magazine-section .cover .zh-title {
		font-size: 1rem;
		bottom: 1rem;
		left: 1.25rem
	}
}

#footer {
	padding: 3.125rem 0 0;
	background-color: #282828;
}

#footer
.row {
	position: relative
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	#footer
.row {
		padding: 0
1rem 0 2.25rem
	}
}

@media only screen and (max-width: 40em) {
	#footer
.row {
		padding: 0
0.9375rem
	}
}

@media only screen and (max-width: 40em) {
	#footer .row>.column {
		padding: 0
	}
	#footer .row>.column:last-child{display:none}
}

#footer .menu-block {
	margin-bottom: 2.675rem;
}

@media only screen and (max-width: 40em) {
	#footer .menu-block {
		margin-bottom: 0
	}
}

@media only screen and (max-width: 40em) {
	#footer .column:first-child .menu-block {
		min-height: 0
	}
}

#footer .menu-block
h4 {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 0.9375rem


}

@media only screen and (max-width: 40em) {
	#footer .menu-block
h4 {
		margin: 0
	}
}

#footer .menu-block h4
a {
	color: #fff
}

@media only screen and (max-width: 40em) {
	#footer .menu-block h4
a {
		color: rgba(255, 255, 255, 0.7);
		display: block;
		border-bottom: rgba(0, 0, 0, 0.15) solid 1px;
		padding: 0.75rem 0.75rem
	}
}


@media only screen and (max-width: 40em) {
	#footer .column:first-child > .menu-block:first-child h4
a {
		border-top: rgba(0, 0, 0, 0.15) solid 1px
	}
}

#footer .menu-block
li {
	display: block
}

#footer .menu-block
a {
	color: #B4B4B4;
	display: inline-block;
	position: relative;
	padding-bottom: 0.125rem;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease






















}

#footer .menu-block a:hover {
	color: white
}

@media only screen and (max-width: 40em) {
	#footer .menu-block a:hover {
		background-color: #131313}
}









#footer .menu-block a
span {
	position: relative;
	z-index: 2
}

#footer .menu-block a
i {
	font-size: 1rem;
	padding-right: 0.1875rem
}

#footer .menu-block a:after {
	opacity: 0;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;
	-webkit-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

@media only screen and (max-width: 40em) {
	#footer .menu-block a:after {
		display: none
	}
}

#footer .menu-block a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#footer .menu-block
ul {
	margin: 0;
	padding: 0
}

@media only screen and (max-width: 40em) {
	#footer .menu-block ul {
	}
	#footer .menu-block ul>li{
    width: 33%;
    float: left;
    line-height: 2rem !important;
} 
.small-4{
    width: 50%;
}
}

#footer .menu-block ul
li {
	list-style: none;
	font-size: 0.875rem;
	line-height: 170%;
}

@media only screen and (max-width: 40em) {
	#footer .footer-bd {
		padding-bottom: 2.5rem
	}
}

#footer .footer-ft {
	background-color: #000000;
	padding: 1rem 0;
}

@media only screen and (max-width: 40em) {
	#footer .footer-ft {
		padding: 1.25rem 0
	}
}

#footer .footer-ft
p {
	color: rgba(255,255,255,0.7);
	margin: 0;
	font-size: 0.875rem
}

.index-cats-menu {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 45%;
}

@media only screen and (max-width: 40em) {
	.index-cats-menu {
		height: auto;
		position: relative;
		bottom: auto
	}
}

.index-cats-menu .menu-block {
	display: block;
	width: 100%
}

@media only screen and (max-width: 40em) {
	.index-cats-menu .menu-block {
		margin-bottom: 0.75rem
	}
}

.index-cats-menu .menu-block
a {
	color: #1a1a1a;
	display: block;
	width: 100%;
	height: 14.75rem;
	background-color: #fff;
	padding-top: 2.5rem;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.index-cats-menu .menu-block
a {
		height: 13.5rem
	}
}

@media only screen and (max-width: 40em) {
	.index-cats-menu .menu-block
a {
		height: 9.75rem;
		padding-top: 1.875rem
	}
}

.index-cats-menu .menu-block a:hover {
	color: #fff;
	background-color: #C2191F;
}

.index-cats-menu .menu-block a .block-title {
	color: inherit;
	display: block;
	font-size: 1.125rem;
	text-align: center
}

@media only screen and (max-width: 40em) {
	.index-cats-menu .menu-block a .block-title {
		font-size: 1rem
	}
}

.index-cats-menu .menu-block a .block-desc {
	color: inherit;
	display: block;
	text-align: center;
	font-size: 0.875rem;
	margin-bottom: 1rem;
	opacity: 0.8;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.index-cats-menu .menu-block a .block-desc {
		margin-bottom: 1.375rem
	}
}

@media only screen and (max-width: 40em) {
	.index-cats-menu .menu-block a .block-desc {
		width: 90%;
		height: 0.875rem;

		line-height: 0.875rem;
		font-size: 0.75rem;
		overflow: hidden;
		text-overflow: ellipsis;

		margin: 0
auto 1rem
	}
}

.index-cats-menu .menu-block a .block-icon {
	display: block;
	width: 5rem;
	height: 5rem;
	margin: 0
auto;
	position: relative;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;

	transition: opacity 0.3s ease




}

@media only screen and (max-width: 40em) {
	.index-cats-menu .menu-block a .block-icon {
		width: 2rem;
		height: 2rem
	}
}


#contact-page .index-cats-menu .menu-block-1 a .block-icon {
	width: 5rem;
	height: 5rem;
	margin-top: 0;
}

@media only screen and (max-width: 40em) {
	#contact-page .index-cats-menu .menu-block-1 a .block-icon {
		width: 2.375rem;
		height: 2.375rem;

		margin-top: 0
	}
}

.index-cats-menu .menu-block a .block-icon .icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

.index-cats-menu .menu-block a:hover .block-icon
.icon {
	opacity: 0
}

.index-cats-menu .menu-block a:hover .block-icon .icon-hover {
	opacity: 1
}

.index-extra-menu {
	background-color: #fff
}

@media only screen and (max-width: 40em) {
	.index-extra-menu {
		background: none
	}
}

.index-extra-menu .row
.column {
	padding: 0
0.75rem
}

@media only screen and (min-width: 40.0625em) {
	.index-extra-menu .row
.column {
		padding: 0
	}
}

.index-extra-menu .menu-block {
	display: block;
	width: 100%
}

@media only screen and (max-width: 40em) {
	.index-extra-menu .menu-block {
		margin-bottom: 0.75rem
	}
}

.index-extra-menu .menu-block
a {
	color: #1a1a1a;
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 1.875rem 0 2.5rem;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

.index-extra-menu .menu-block a:hover {
	color: #fff;
	background-color: #3C3939
}

.index-extra-menu .menu-block a .block-num {
	font-family: 'Roboto',sans-serif;
	font-weight: 500;
	display: block;
	color: inherit;
	font-size: 3rem;
	opacity: 0.1;
	text-align: center
}

.index-extra-menu .menu-block a:hover .block-num {
	color: inherit
}

.index-extra-menu .menu-block a .block-title {
	color: inherit;
	display: block;
	font-size: 1.125rem;
	text-align: center
}

@media only screen and (max-width: 40em) {
	.index-extra-menu .menu-block a .block-title {
		font-size: 1rem
	}
}

.index-extra-menu .menu-block a .block-desc {
	color: inherit;
	display: block;
	text-align: center;
	font-size: 0.875rem;
	margin-bottom: 2rem;
	opacity: 0.6
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.index-extra-menu .menu-block a .block-desc {
		margin-bottom: 1.375rem
	}
}

@media only screen and (max-width: 40em) {
	.index-extra-menu .menu-block a .block-desc {
		width: 90%;
		height: 0.875rem;
		line-height: 0.875rem;
		font-size: 0.75rem;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0
auto 1rem
	}
}

.index-extra-menu .menu-block a .block-label {
	color: #3C3939;
	display: block;
	text-align: center;
	font-size: 1.25rem
}

.index-extra-menu .menu-block a:hover .block-label {
	color: inherit
}

.index-extra-menu .menu-block a .block-icon {
	display: block;
	width: 4rem;
	height: 4rem;
	margin: 0
auto 0.75rem;
	position: relative;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

@media only screen and (max-width: 40em) {
	.index-extra-menu .menu-block a .block-icon {
		width: 2rem;
		height: 2rem
	}
}

.index-extra-menu .menu-block a .block-icon .icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease

}

.index-extra-menu .menu-block a:hover .block-icon
.icon {
	opacity: 0
}

.index-extra-menu .menu-block a:hover .block-icon .icon-hover {
	opacity: 1
}

table.table-download-list {
	width: 100%;
	border-collapse: collapse;
	border: 0
none;
	background: none
}

table.table-download-list
thead {
	background: none
}

table.table-download-list
th {
	color: #fff;
	background-color: #3C3939;
	border-bottom: #3C3939 solid 1px;
	font-size: 0.875rem;
	padding: 1rem
}

table.table-download-list
tbody {
	background: none
}

table.table-download-list
tr {

	background: #fff
}


table.table-download-list tr.even,
table.table-download-list tr.alt,
table.table-download-list tr:nth-of-type(even) {
	background: #fafafa
}

table.table-download-list tbody
td {
	color: gray;
	background-color: transparent;
	font-size: 0.875rem;
	border-bottom: #e5e5e5 solid 1px;
	padding: 1rem
}

table.table-download-list tbody td a:hover {
	text-decoration: underline

}

table.table-download-list tbody td
i.fa {
	margin-right: 0.125rem

}

@media only screen and (max-width: 40em) {
	table.table-download-list tbody tr td.btn-download
span {
		display: none
	}
}

#contact-info-section
.row {
 max-width: 75rem;
}

#contact-info-section .contact-info-block {
	padding: 6.25rem 3rem
}

#contact-info-section .en-title {
	color: #ccc;
	font-family: 'Roboto',sans-serif;
	font-size: 1.875rem;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0
}

#contact-info-section .zh-title {
	display: inline-block;
	color: #1a1a1a;
	font-size: 1.125rem;
	position: relative;
	padding: 0
0 0.375rem;
	margin-bottom: 1.875rem
}

#contact-info-section .zh-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 0.125rem;
	background-color: #d9d9d9
}

#contact-info-section .zh-title.highlight {
	color: #3C3939
}

#contact-info-section .section-hd {
	margin-bottom: 0;
	padding-bottom: 0
}

#contact-info-section
.card {
	background-color: #fff;
	margin-bottom: 0.75rem
}

#contact-info-section .card .cover
img {
	display: block;
	width: 100%
}

#contact-info-section .card-content {
	padding: 1.25rem
}

#contact-info-section .card-content
p {
	font-size: 0.875rem
}

.faq-list-table {
	width: 100%;
	border-collapse: collapse;
	border: 0
none
}

@media only screen and (max-width: 40em) {
	.faq-list-table
td {
		display: block;
		width: 100%
	}
}

table.faq-list-table {
	width: 100%;
	border-collapse: collapse;
	border: 0
none;
	background: none;
	margin-bottom: 0
}

table.faq-list-table.active {
	margin-bottom: 2px
}

table.faq-list-table
thead {
	background: none
}

table.faq-list-table
th {
	width: 80%;
	color: gray;
	background-color: transparent;
	font-size: 0.875rem;
	border-bottom: #d8d8d8 solid 1px;
	padding: 1rem;
	text-align: left
}

table.faq-list-table th:first-child {
	width: 20%
}

table.faq-list-table.active
th {
	background-color: #3C3939;
	color: #fff;
	border-bottom: #3C3939 solid 1px
}

table.faq-list-table
tbody {
	display: none;
	background: none
}

table.faq-list-table.active
tbody {
	width: 100%;
	display: table-row-group
}

@media only screen and (max-width: 40em) {
	table.faq-list-table.active
tbody {
		display: block
	}
}

table.faq-list-table
tr {
	background: #fff
}

@media only screen and (max-width: 40em) {
	table.faq-list-table
tr {
		display: block;
		width: 100%
	}
}

table.faq-list-table tr.even,
table.faq-list-table tr.alt,
table.faq-list-table tr:nth-of-type(even) {
	background: #fafafa
}

table.faq-list-table ul,
table.faq-list-table
ol {
	margin: 0
}

table.faq-list-table td,
table.faq-list-table li,
table.faq-list-table
p {
	font-size: 0.875rem;
	margin: 0
}

table.faq-list-table tbody
td {
	color: gray;
	background-color: transparent;
	font-size: 0.875rem;
	border-bottom: #e5e5e5 solid 1px;
	border-right: #e5e5e5 solid 1px;
	padding: 1rem;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

@media only screen and (max-width: 40em) {
	table.faq-list-table tbody
td {
		display: block;
		width: 100%
	}
}

table.faq-list-table tbody td:first-child {
	width: 20%
}

@media only screen and (max-width: 40em) {
	table.faq-list-table tbody td:first-child {
		display: block;
		width: 100%
	}
}

table.faq-list-table tbody td:last-child {
	border-right: 0 none
}

table.faq-list-table tbody td
i.fa {
	margin-right: 0.25rem
}

table.faq-list-table tbody tr:hover td
a {
	color: #fff
}

table.faq-list-table
.subhead {

	color: #1a1a1a;
	background-color: #eceae6
}


table.faq-list-table .subhead
td {
	font-size: 1rem;
	font-weight: bold;
	border-right: #d8d8d8 solid 1px
}

@media only screen and (max-width: 40em) {
	table.faq-list-table .subhead
td {
		border-right: 0 none
	}
}



table.faq-list-table .subhead td:last-child {
	border-right: 0 none
}

table.faq-list-table ul,
table.faq-list-table
ol {
	margin: 0
}

table.faq-list-table ol
li {
	list-style: none
}

.single-paper {
	background-color: #fff;
	padding: 3.125rem 1.875rem
}

.single-paper
h3 {
	font-size: 1rem;
	font-weight: bold
}

.single-paper
p {
	color: #666;
	font-size: 0.875rem
}

#feedback-section {
	padding-bottom: 3.125rem
}

#feedback-section
.row {
	max-width: 60rem
}

.feedback-form
.row {
	max-width: 45rem;
	margin: 0
auto
}

.feedback-form input,
.feedback-form
textarea {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #c8c8c8
}

.feedback-form input:focus,
.feedback-form textarea:focus {
	color: #3C3939;
	border-color: #3C3939
}

.feedback-form
button {
	padding: 0.5rem 0.9375rem
}

.feedback-form button
span {
	display: inline-block;
	margin-right: 1.875rem
}

#recruit-section {
	margin-bottom: 3.125rem
}

.accordion .accordion-navigation>a {
	background-color: transparent;
	border-bottom: #d9d9d9 solid 1px;
	font-size: 0.875rem;
	color: #4d4d4d;
	padding: 0.75rem 1rem
}

.accordion-navigation a
span {
	display: inline-block;
	float: left
}

.accordion-navigation a
span.num {
	width: 10%
}

.accordion-navigation a
span.title {
	width: 60%
}

.accordion-navigation a
span.date {
	width: 20%
}

.accordion-navigation a
i.fa {
	display: inline-block;
	text-align: right;
	float: right;
	width: 10%
}

.accordion .accordion-navigation>.content {
	padding: 1.875rem 0
}

.accordion .accordion-navigation > .content.active,
.accordion dd>.content.active {
	background-color: transparent;
	border-bottom: #3C3939 solid 1px
}

.accordion .accordion-navigation.active .fa-angle-down:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.accordion .accordion-navigation .content
p {
	color: #333;
	font-size: 0.875rem;
	line-height: 180%
}

.accordion .accordion-navigation .content ul,
.accordion .accordion-navigation .content
ol {
	margin: 0
0 1rem
}

.accordion .accordion-navigation .content
li {
	color: #333;
	list-style: none;
	font-size: 0.875rem;
	line-height: 180%
}

.accordion .accordion-head {
	height: 3rem;
	list-style: none;
	font-size: 0.875rem;
	color: #fff;
	background-color: #3C3939;
	padding: 0.75rem 1rem
}

.accordion .accordion-head
span {
	display: inline-block;
	float: left
}

.accordion .accordion-head span.num-head {
	width: 10%
}

.accordion .accordion-head span.title-head {
	width: 60%
}

.accordion .accordion-head span.date-head {
	width: 20%
}

#hotline-section {
	margin-bottom: 3.125rem
}

#hotline-section .section-hd {
	margin-bottom: 0.625rem;
	padding-bottom: 1.25rem
}

#hotline-section .section-hd
.title {
	color: #4d4d4d;
	font-size: 1.125rem
}

#hotline-section
span.sep {
	display: inline-block;
	width: 0.9375rem
}

@media only screen and (max-width: 40em) {
	#hotline-section
span.sep {
		display: block
	}
}

#hotline-section .section-hd

.row {
	border-bottom: #3C3939 solid 2px
}


#hotline-section .section-bd {
	padding: 0
}

#hotline-section .section-bd
p {

	color: #3C3939;

	font-size: 1.125rem;
	font-weight: bold

}

 





@media only screen and (max-width: 40em) {
 
}

 

 

 

.table-section {
	margin-bottom: 1.875rem
}

.table-section-hd
.title {
	color: #4d4d4d;
	font-size: 1.125rem
}

#recruit-entry-section
.row {
	max-width: 60rem
}

.button {
	min-width: 10rem;
	padding: 0.5rem 1rem;
	text-align: left
}

.button
i.fa {
	float: right
}

.btn-apply {
	display: inline-block;
	width: 10rem;
	padding: 0.5rem 1rem
}

.btn-apply
span {
	float: left
}

.btn-apply
i.fa {
	float: right
}

.network-list {
	margin: 0;
	min-height: 42.75rem;
	max-height: 42.75rem;
	overflow: scroll
}

.network-list
li {
	list-style: none
}

.network-list li
a {
	display: block;
	min-height: 4.75rem;
	background-color: #f8f8f6;
	border-bottom: #d9d9d9 solid 1px;
	text-align: left;
	padding: 1rem
}

.network-list li a:hover,
.network-list li.active
a {
	background-color: #fff;
	border-bottom-color: #3C3939
}

.network-list li a
.title {
	display: block;
	color: #333;
	font-size: 1rem
}

.network-list li.active a .title,
.network-list li a:hover
.title {
	color: #3C3939
}

.network-list li a
.address {
	display: block;
	color: #666;
	font-size: 0.875rem
}

#product-download-list tr
td {
	border-right: #e5e5e5 solid 1px
}

@media only screen and (max-width: 40em) {
	#product-download-list tr
td {
		display: table-cell
	}
}

@media only screen and (max-width: 40em) {
	#product-download-list table.table-download-list thead
tr {
		background-color: #3C3939
	}
}

#product-download-list tr td:last-child {
	border-right: 0 none
}

#product-download-list tr td:nth-child(1) {
	width: 10%
}

#product-download-list tr td:nth-child(2) {
	width: 50%
}

#product-download-list tr td:nth-child(5) {
	width: 15%
}

#product-download-list tr td
a {
	display: inline-block;
	width: 5rem;
	text-align: center
}

#solution-entry
.row {
	max-width: 61.25rem
}

#solution-entry .entry-hd {
	margin-bottom: 1.25rem
}

#solution-entry .entry-hd
.title {
	color: #4d4d4d;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem
}

#solution-entry .entry-hd
p {
	color: gray;
	font-size: 0.875rem;
	line-height: 160%
}

.solution-gallery-wrap {

	background-color: #e9f4f6;
	padding: 1.25rem;
	margin-bottom: 1.875rem;
	border-bottom: #3C3939 solid 8px
}

.solution-gallery-wrap
.title {
	color: #3C3939;
	font-size: 1.375rem;
	font-weight: bold

}

.solution-gallery-wrap .gallery-bd {
	margin-bottom: 1.25rem
}

.solution-gallery-wrap .gallery-ft
p {
	font-size: 0.875rem
}

.solution-gallery-wrap .gallery-ft p
strong {
	color: #3C3939
}

.solution-gallery-wrap
.thumb {
	margin-bottom: 0.75rem;
	text-align: center
}

.solution-gallery-wrap .thumb
img {
	margin-bottom: 0.625rem
}

.solution-gallery-wrap .thumb
span.zoom {
	display: inline-block;
	color: #fff;
	padding: 0.25rem 1.875rem;
	background-color: #3C3939
}

.solution-content {
	padding: 0.3125rem 0.625rem
}

.solution-content
p {
	color: #666;
	font-size: 0.875rem;
	line-height: 160%
}

#solution-entry
.block {
	margin-bottom: 0.625rem
}

#solution-entry .block

a.btn {
	color: #fff;
	display: block;
	width: 100%;
	background-color: #3C3939;

	padding: 0.5rem 1.25rem
}

#solution-entry .block-contact {
	background-color: #f1f1f1;
	padding: 0.75rem
}

#solution-entry .block-contact
img {
	display: block;
	margin-bottom: 1rem
}

#solution-entry .block-contact .block-title {
	font-size: 1rem;
	color: #3C3939;
	font-weight: bold
}

#solution-entry .block-contact
p {
	color: #4d4d4d;
	font-size: 1rem;
	line-height: 180%
}

.infowindow
h3 {
	font-size: 1.125rem
}

select {
	visibility: hidden;
	margin: 0;
	height: 2.25rem;
	line-height: 2.25rem
}

.filters {
	height: 2rem;
	margin-bottom: 1.875rem
}

.select2-container--default .select2-selection--single {
	border-radius: 0
}

.news-index-page .select2-search--dropdown {
	display: none
}

.select2-dropdown {
	border-radius: 0;
	border: 0
none
}

.select2-container .select2-selection--single {
	height: 2.25rem;
	line-height: 2.25rem;
	background-color: transparent;
	border: 0
none;
	border-radius: 0;
	border-bottom: #878787 solid 2px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #fff;
	background-color: #3C3939
}

.select2-container--default .select2-results__option--highlighted[aria-selected] a {
	color: #fff
}

.select2-container--default.select2-container--open .select2-selection--single {
	background-color: #fff;
	border-bottom-color: #fff
}

#news-page
.filters {
	max-width: 33.33333%;
	margin: 0
auto 1.875rem
}

.coc-section .section-hd {
	padding: 0;
	background-color: #e8e8e8
}

.coc-section .section-hd .tabs
.column {
	padding: 0
}

.coc-section .section-hd .tabs .tab-title > a,
.coc-section .section-hd .tabs .tab-title>a:active {
	outline: none
}

.coc-section .section-hd .tabs .tab-title>a {
	color: #4d4d4d;
	padding: 0.5rem 0;
	text-align: center;
	border-right: #ddd solid 1px;
	font-weight: 300;
	font-size: 1rem;
	background: none
}

.coc-section .section-hd .tabs .tab-title:first-child>a {
	border-left: #ddd solid 1px
}

.coc-section .section-hd .tabs .tab-title.active>a {
	color: #3C3939;
	font-weight: 500;
	position: relative;
	background-color: #fff
}

.coc-section .section-hd .tabs .tab-title.active>a:after {
	content: '';
	display: block;
	width: calc(100% + 2px);
	height: 0.125rem;
	background-color: #3C3939;
	position: absolute;
	top: 0;
	left: -1px
}

.coc-section .section-bd {
	background-color: #fff
}

@media only screen and (max-width: 40em) {
	.coc-section
.column {
		padding: 0
1.25rem
	}
}

@media only screen and (max-width: 40em) {
	.coc-news-list .news-item
.cover {
		margin-bottom: 0.9375rem
	}
}

.coc-news-list .news-item
h3 {
	display: inline-block;
	font-size: 1.125rem;
	float: left
}

@media only screen and (max-width: 40em) {
	.coc-news-list .news-item
h3 {
		display: block;
		float: none;
		margin-bottom: 0.625rem
	}
}

@media only screen and (min-width: 40.0625em) {
	.coc-news-list .news-item .medium-8 {
		padding-left: 1.25rem
	}
}

.coc-news-list .news-item h3 a:hover {
	text-decoration: underline
}

.coc-news-list .news-item
time {

	float: right;
	font-size: 0.875rem;
	color: #4d4d4d
}

@media only screen and (max-width: 40em) {
	.coc-news-list .news-item

time {

		float: none

	}
}

.coc-news-list .news-item .info-hd {
	border-bottom: #ccc solid 1px;
	margin-bottom: 0.9375rem
}

.coc-news-list .news-item .info-bd
p {
	font-size: 0.875rem;
	color: #666;
	line-height: 180%
}

.coc-news-list .news-item .info-bd
a {
	font-size: 0.875rem
}

.coc-news-list .news-item .info-bd a:hover {
	text-decoration: underline
}

.olympic-schedule .schedule-section {
	margin-bottom: 0.75rem
}

.olympic-schedule .schedule-hd
h4 {
	font-size: 1.25rem;
	font-weight: bold;
	color: #3C3939
}

.olympic-hd
h3 {
	font-size: 1.375rem;
	color: #3C3939;
	text-align: center
}

.olympic-hd {
	margin-bottom: 0.9375rem;
	border-bottom: #ddd solid 1px;
	padding-bottom: 0.9375rem
}

.pswp__top-bar,.pswp__caption {
	background-color: #3C3939
}

.pswp__img--placeholder--blank {
	background-color: #fff

}

.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
	background-color: rgba(37,143,165,0.5)
}

.pswp__bg {
	background-color: rgba(37, 143, 165, 0.7)
}

#support-download-list .filters
.row {
	max-width: 25rem;
	margin: 0
auto
}

#support-download-list .section-bd {
	padding-bottom: 0
}

#sh-gotop {
	position: fixed;
	right: 0.625rem;
	bottom: 0.625rem;
	z-index: 3
}

#sh-gotop
a {
	color: #fff;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.625rem;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.25rem;
	background-color: rgba(51, 51, 51, 0.6);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

#sh-gotop
a.show {
	opacity: 1
}

#sh-gotop a:hover {
	background-color: #3C3939
}

.weixin-link
a {
	position: relative;
	overflow: visible !important
}

.weixin-link a
.qrcode {
	background: url(../images/sh_weixin.png) no-repeat 0 0;
	width: 194px;
	height: 215px;
	position: absolute !important;
	left: -210px;
	top: -70px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s,opacity ease .3s;
	-webkit-transition: all ease .3s
}

.weixin-link a:hover
.qrcode {
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1
}






.btnLearnMore {
	display:block;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
	width:60px;
	height:60px;
	position:absolute;
	bottom:60px;
	left:50%;
	margin-left:-30px;
	background:url('../images/go_down.png') no-repeat 0 0;
	-webkit-animation-name:bounce;
	-moz-animation-name:bounce;
	-o-animation-name:bounce;
	-ms-animation-name:bounce;
	animation-name:bounce;
	-webkit-animation-direction:normal;
	-moz-animation-direction:normal;
	-o-animation-direction:normal;
	-ms-animation-direction:normal;
	animation-direction:normal;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-o-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	z-index:99;
}
.btnLearnMore:hover {
	-webkit-animation-name:none;
	-moz-animation-name:none;
	-o-animation-name:none;
	-ms-animation-name:none;
	animation-name:none;
	background-position:0 -60px
}

@-webkit-keyframes bounce {
	0% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
20% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
40% {
	-webkit-transform:translateY(-30px);
	transform:translateY(-30px)
}
50% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
60% {
	-webkit-transform:translateY(-15px);
	transform:translateY(-15px)
}
80% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}

100% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
}






@media only screen and (max-width: 40em) {

.btnLearnMore {
	display:none;
}

	
}



	/* -------------------------------------------------- */
		/*	Clients
		/* -------------------------------------------------- */			

		ul.clients-items {
			font-size: 0;
			text-align: center;
			margin: 0;
		}

			ul.clients-items li {
				display: inline-block;
				padding: 0 2%;
				vertical-align: middle;
			}
			
	
	
	.clients_box { width:100%; overflow:hidden; border-top:#efeff0 1px solid; border-left:#efeff0 1px solid;  clear:both; overflow:hidden; margin:0px auto 0px auto;}
.clients_box li { float:left; padding:0px; border-bottom:#efeff0 1px solid; border-right:#efeff0 1px solid;  overflow:hidden;}
.clients_box img{margin:0px; padding: 0px; -webkit-filter: grayscale(100%); filter: grayscale(100%); width:100%;}
.clients_box img:hover{ -webkit-filter: grayscale(0); filter: grayscale(0);}


.clients_box ul{ margin:0;}


.width5{ width:18% !important;}
			
			
				
@media only screen and (max-width: 768px) {

	
.width5{ width:100% !important;}
.tt67{margin: 20px 0 20px 20px !important; }
.tt68{
	margin: 20px 0 20px 0 !important;
}
	
}		
			


.tt67{border: none;color: #282828; font-size:12px; padding: 2px 5px 2px 8px; line-height: 20px;margin: 5px 0 0 0;background: #FFFFFF;vertical-align: middle;font-family: "Microsoft Yahei";}
.tt68{
	border: none;
	color: #FFFFFF;
	font-size:12px;
	height: 24px;
	width: 25px;
	margin: 4px 0 0 0;
	padding: 0 5px;
	background-color: #C2191F;
	vertical-align: middle;
	background-image: url(../images/sousuo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
